Update readme to be a bit more concise.

This commit is contained in:
David Reid
2020-05-23 09:24:05 +10:00
parent eaca001361
commit d836c0b56c
+4 -5
View File
@@ -22,11 +22,10 @@
Features Features
======== ========
- Liberally licensed, with your choice of either public domain or MIT No Attribution for those regions who don't - Your choice of either public domain or [MIT No Attribution](https://github.com/aws/mit-0).
recognize public domain. - Entirely contained within a single file for easy integration into your source tree.
- Everything is implemented in a single file for easy integration into your source tree. - No external dependencies except for the C standard library and backend libraries.
- No external dependencies except for the C standard library and backend APIs. - Written in C and compilable as C++, enabling miniaudio to work on almost all compilers.
- Written in C89 and compilable as C++ which should enable miniaudio to work with almost all compilers.
- Supports all major desktop and mobile platforms, with multiple backends for maximum compatibility. - Supports all major desktop and mobile platforms, with multiple backends for maximum compatibility.
- Supports playback, capture, full-duplex and loopback (WASAPI only). - Supports playback, capture, full-duplex and loopback (WASAPI only).
- Device enumeration for connecting to specific devices, not just defaults. - Device enumeration for connecting to specific devices, not just defaults.