mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update readme to be a bit more concise.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user