Update website.

This commit is contained in:
David Reid
2020-09-30 20:30:46 +10:00
parent 888919a6cc
commit a28bee778a
+6 -6
View File
@@ -266,7 +266,7 @@ a.doc-navigation-l4 {
<table style="margin:0 auto; text-align:center; width:75%; margin-top:5em; font-size:12pt;"> <table style="margin:0 auto; text-align:center; width:75%; margin-top:5em; font-size:12pt;">
<tr> <tr>
<td style="width:33%; vertical-align:top; padding:2em;"> <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;"> <div style="text-align:center;">
Just add to your source tree and go. There's no need to install any dependencies or development 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. packages, nor are there any build systems to waste time on.
@@ -347,15 +347,15 @@ a.doc-navigation-l4 {
</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>