From 87bd3d0a9c2e9cf2b7a93020965efcecdfb8766e Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 19 Feb 2020 21:19:01 +1000 Subject: [PATCH] Update website. --- index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 2a4cc45b..82f46ee6 100644 --- a/index.html +++ b/index.html @@ -216,9 +216,18 @@ a:hover {
  • Optional Speex resampling (must opt-in).
  • -
  • Biquad and low-pass filtering.
  • -
  • Lock free ring buffer API (single producer, single consumer).
  • -
  • Decoding of WAV, FLAC, MP3 and Vorbis via dr_wav, dr_flac, dr_mp3 and stb_vorbis.
  • +
  • Biquad filter.
  • +
  • Low-pass, high-pass and band-pass filters.
  • +
  • Sine, square, triangle and sawtooth waveform generation.
  • +
  • Lock free ring buffer API (single producer, single consumer).
  • +
  • Decoding + +