Commit d836c0b5 authored by David Reid's avatar David Reid

Update readme to be a bit more concise.

parent eaca0013
...@@ -22,11 +22,10 @@ ...@@ -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.
......
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