mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-23 04:45:40 +00:00
README: re-order feature list
This commit is contained in:
parent
581c5a487a
commit
c09a64c64f
|
@ -10,6 +10,10 @@ the former. Features that only exist in some sound backends are exposed.
|
||||||
|
|
||||||
## Features and Limitations
|
## Features and Limitations
|
||||||
|
|
||||||
|
* Supported operating systems:
|
||||||
|
- Windows 7+
|
||||||
|
- MacOS 10.9+
|
||||||
|
- Linux 3.7+
|
||||||
* Supported backends:
|
* Supported backends:
|
||||||
- [JACK](http://jackaudio.org/)
|
- [JACK](http://jackaudio.org/)
|
||||||
- [PulseAudio](http://www.freedesktop.org/wiki/Software/PulseAudio/)
|
- [PulseAudio](http://www.freedesktop.org/wiki/Software/PulseAudio/)
|
||||||
|
@ -45,10 +49,6 @@ the former. Features that only exist in some sound backends are exposed.
|
||||||
* Exposes extra API that is only available on some backends. For example you
|
* Exposes extra API that is only available on some backends. For example you
|
||||||
can provide application name and stream names which is used by JACK and
|
can provide application name and stream names which is used by JACK and
|
||||||
PulseAudio.
|
PulseAudio.
|
||||||
* Supported operating systems:
|
|
||||||
- Windows 7+
|
|
||||||
- MacOS 10.9+
|
|
||||||
- Linux 3.7+
|
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue