mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Update website.
This commit is contained in:
+6
-6
@@ -266,7 +266,7 @@ a.doc-navigation-l4 {
|
||||
<table style="margin:0 auto; text-align:center; width:75%; margin-top:5em; font-size:12pt;">
|
||||
<tr>
|
||||
<td style="width:33%; vertical-align:top; padding:2em;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">It Just Works</div>
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">Works Out of the Box</div>
|
||||
<div style="text-align:center;">
|
||||
Just add to your source tree and go. There's no need to install any dependencies or development
|
||||
packages, nor are there any build systems to waste time on.
|
||||
@@ -347,15 +347,15 @@ a.doc-navigation-l4 {
|
||||
</li>
|
||||
<li>Decoding (requires external single-file libraries).
|
||||
<ul>
|
||||
<li>WAV via dr_wav</li>
|
||||
<li>FLAC via dr_flac</li>
|
||||
<li>MP3 via dr_mp3</li>
|
||||
<li>Vorbis via stb_vorbis</li>
|
||||
<li>WAV</li>
|
||||
<li>FLAC</li>
|
||||
<li>MP3</li>
|
||||
<li>Vorbis via stb_vorbis (not built in - must be included separately).</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Encoding (requires external single-file libraries).
|
||||
<ul>
|
||||
<li>WAV via dr_wav</li>
|
||||
<li>WAV</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Lock free ring buffer (single producer, single consumer).</li>
|
||||
|
||||
Reference in New Issue
Block a user