From 81a3c9d041e6f17b73009e137b9c3e1d3823eb54 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 9 Nov 2020 18:00:12 +1000 Subject: [PATCH] Update readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1372543d..d2d61a7b 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Major Features - No external dependencies except for the C standard library and backend libraries. - Written in C and compilable as C++, enabling miniaudio to work on almost all compilers. - Supports all major desktop and mobile platforms, with multiple backends for maximum compatibility. +- Supports custom backends. - Supports playback, capture, full-duplex and loopback (WASAPI only). - Device enumeration for connecting to specific devices, not just defaults. - Connect to multiple devices at once.