diff --git a/index.html b/index.html
index 82f46ee6..bbadcaef 100644
--- a/index.html
+++ b/index.html
@@ -219,6 +219,7 @@ a:hover {
Biquad filter.
Low-pass, high-pass and band-pass filters.
Sine, square, triangle and sawtooth waveform generation.
+ White noise generation.
Lock free ring buffer API (single producer, single consumer).
Decoding
@@ -232,7 +233,8 @@ a:hover {
- - Public domain or MIT No Attribution for regions who don't recognize public domain.
+ - Liberally licensed, with your choise of either public domain or MIT No Attribution for those
+ regions who don't recognize public domain.
- Everything is implemented in a single file for easy integration into your source tree.
- No external dependencies except for the C standard library and backend APIs.
- Written in C89 and compilable as C++ which should enable miniaudio to work with almost all compilers.
|