Commit bd557bbf authored by David Reid's avatar David Reid

Add Web Audio to the list of backends.

parent 8fe0cf9a
...@@ -42,6 +42,7 @@ Backends ...@@ -42,6 +42,7 @@ Backends
- audio(4) (NetBSD and OpenBSD) - audio(4) (NetBSD and OpenBSD)
- OSS (FreeBSD) - OSS (FreeBSD)
- OpenSL|ES (Android only) - OpenSL|ES (Android only)
- Web Audio (Emscripten)
- OpenAL - OpenAL
- SDL - SDL
- Null (Silence) - Null (Silence)
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
// - audio(4) (NetBSD and OpenBSD) // - audio(4) (NetBSD and OpenBSD)
// - OSS (FreeBSD) // - OSS (FreeBSD)
// - OpenSL|ES (Android only) // - OpenSL|ES (Android only)
// - Web Audio (Emscripten)
// - OpenAL // - OpenAL
// - SDL2 // - SDL2
// - Null (Silence) // - Null (Silence)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment