Update website.

This commit is contained in:
David Reid
2020-02-22 10:46:09 +10:00
parent 87bd3d0a9c
commit a312d293cc
+3 -1
View File
@@ -219,6 +219,7 @@ a:hover {
<li>Biquad filter.</li>
<li>Low-pass, high-pass and band-pass filters.</li>
<li>Sine, square, triangle and sawtooth waveform generation.</li>
<li>White noise generation.</li>
<li>Lock free ring buffer API (single producer, single consumer).</li>
<li>Decoding
<ul>
@@ -232,7 +233,8 @@ a:hover {
</td>
<td style="width:50%; vertical-align:top; text-align:left; padding:2em;">
<ul>
<li>Public domain or MIT No Attribution for regions who don't recognize public domain.</li>
<li>Liberally licensed, with your choise of either public domain or MIT No Attribution for those
regions who don't recognize public domain.</li>
<li>Everything is implemented in a single file for easy integration into your source tree.</li>
<li>No external dependencies except for the C standard library and backend APIs.</li>
<li>Written in C89 and compilable as C++ which should enable miniaudio to work with almost all compilers.</li>