Add Web Audio to the list of backends.

This commit is contained in:
David Reid
2018-12-28 21:29:12 +10:00
parent 8fe0cf9a75
commit bd557bbf33
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ Backends
- audio(4) (NetBSD and OpenBSD)
- OSS (FreeBSD)
- OpenSL|ES (Android only)
- Web Audio (Emscripten)
- OpenAL
- SDL
- Null (Silence)
+1
View File
@@ -24,6 +24,7 @@
// - audio(4) (NetBSD and OpenBSD)
// - OSS (FreeBSD)
// - OpenSL|ES (Android only)
// - Web Audio (Emscripten)
// - OpenAL
// - SDL2
// - Null (Silence)