From ab5713d036a6d2ddb5b23f475941e5b277e8c6b5 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 25 Jun 2017 16:29:02 +1000 Subject: [PATCH] Update readme. --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 64d1bd51..66e42b93 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,23 @@ Features Supported Platforms =================== - Windows - - WASAPI - - DirectSound - Linux - - ALSA +- BSD (via OSS) - Android - - OpenSL|ES -- Other - - OpenAL - - Null (silence) + +macOS and iOS support is coming soon(ish) via Core Audio. + + +Backends +======== +- WASAPI +- DirectSound +- WinMM +- ALSA +- OSS +- OpenSL|ES (Android only) +- OpenAL +- Null (Silence)