Add custom backends to the backend list.

This commit is contained in:
David Reid
2020-11-28 22:32:18 +10:00
parent 8456dc93c9
commit 211ce99a7b
+1
View File
@@ -1373,6 +1373,7 @@ The following backends are supported by miniaudio.
| AAudio | ma_backend_aaudio | Android 8+ |
| OpenSL ES | ma_backend_opensl | Android (API level 16+) |
| Web Audio | ma_backend_webaudio | Web (via Emscripten) |
| Custom | ma_backend_custom | Cross Platform |
| Null | ma_backend_null | Cross Platform (not used on Web) |
+-------------+-----------------------+--------------------------------------------------------+