Skip to content

Commit

Permalink
Fix audio backends table layout in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Nov 2, 2023
1 parent 852fdd7 commit 61abea4
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,12 @@ We offer [experimental support](https://github.com/orottier/web-audio-api-rs/iss
flag. Please note that `cmake` must be installed locally in order to run
`cubeb`.

| Feature flag | Backend | Notes |
| -------------- | -------------- | ------------------------------------------------------- |
| cpal (default) | ALSA | |
| cpal (default) | WASAPI | |
| cpal (default) | CoreAudio | |
| cpal (default) | Oboe (Android) | |
| cpal-jack | JACK | |
| cpal-asio | ASIO | see <https://github.com/rustaudio/cpal#asio-on-windows> |

| cubeb | PulseAudio | |
| cubeb | AudioUnit | |
| cubeb | WASAPI | |
| cubeb | OpenSL | |
| cubeb | AAudio | |
| cubeb | sndio | |
| cubeb | Sun | |
| cubeb | OSS | |
| Feature flag | Backends |
| -------------- | ---------------------------------------------------------------|
| cpal (default) | ALSA, WASAPI, CoreAudio, Oboe (Android) |
| cpal-jack | JACK |
| cpal-asio | ASIO see <https://github.com/rustaudio/cpal#asio-on-windows> |
| cubeb | PulseAudio, AudioUnit, WASAPI, OpenSL, AAudio, sndio, Sun, OSS |

### Notes for Linux users

Expand Down

0 comments on commit 61abea4

Please sign in to comment.