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).