From a28bee778a7f413dfbdafba2744d57e5de520c4b Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 30 Sep 2020 20:30:46 +1000 Subject: [PATCH] Update website. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 99f8f61d..c10e5adf 100644 --- a/index.html +++ b/index.html @@ -266,7 +266,7 @@ a.doc-navigation-l4 {
-
It Just Works
+
Works Out of the Box
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. @@ -347,15 +347,15 @@ a.doc-navigation-l4 {
  • Decoding (requires external single-file libraries).
      -
    • WAV via dr_wav
    • -
    • FLAC via dr_flac
    • -
    • MP3 via dr_mp3
    • -
    • Vorbis via stb_vorbis
    • +
    • WAV
    • +
    • FLAC
    • +
    • MP3
    • +
    • Vorbis via stb_vorbis (not built in - must be included separately).
  • Encoding (requires external single-file libraries).
      -
    • WAV via dr_wav
    • +
    • WAV
  • Lock free ring buffer (single producer, single consumer).