Commit 7bf985eb authored by David Reid's avatar David Reid

Update feature list.

parent 17c4c23b
...@@ -103,15 +103,15 @@ ...@@ -103,15 +103,15 @@
</li> </li>
<li>Decoding (requires external single-file libraries). <li>Decoding (requires external single-file libraries).
<ul> <ul>
<li>WAV via dr_wav</li> <li>WAV</li>
<li>FLAC via dr_flac</li> <li>FLAC</li>
<li>MP3 via dr_mp3</li> <li>MP3</li>
<li>Vorbis via stb_vorbis</li> <li>Vorbis via stb_vorbis (not built in - must be included separately).</li>
</ul> </ul>
</li> </li>
<li>Encoding (requires external single-file libraries). <li>Encoding (requires external single-file libraries).
<ul> <ul>
<li>WAV via dr_wav</li> <li>WAV</li>
</ul> </ul>
</li> </li>
<li>Lock free ring buffer (single producer, single consumer).</li> <li>Lock free ring buffer (single producer, single consumer).</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment