Commit 211ce99a authored by David Reid's avatar David Reid

Add custom backends to the backend list.

parent 8456dc93
...@@ -1373,6 +1373,7 @@ The following backends are supported by miniaudio. ...@@ -1373,6 +1373,7 @@ The following backends are supported by miniaudio.
| AAudio | ma_backend_aaudio | Android 8+ | | AAudio | ma_backend_aaudio | Android 8+ |
| OpenSL ES | ma_backend_opensl | Android (API level 16+) | | OpenSL ES | ma_backend_opensl | Android (API level 16+) |
| Web Audio | ma_backend_webaudio | Web (via Emscripten) | | Web Audio | ma_backend_webaudio | Web (via Emscripten) |
| Custom | ma_backend_custom | Cross Platform |
| Null | ma_backend_null | Cross Platform (not used on Web) | | Null | ma_backend_null | Cross Platform (not used on Web) |
+-------------+-----------------------+--------------------------------------------------------+ +-------------+-----------------------+--------------------------------------------------------+
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