switch to rodio backend for playback

This commit is contained in:
Henrik Friedrichsen
2019-03-24 18:58:07 +01:00
parent e0f7b5c156
commit 2d4b18a30b
3 changed files with 6 additions and 6 deletions

View File

@@ -106,8 +106,8 @@ https://github.com/hrkfdn/ncspot/pull/40.
## Audio backends
By default ncspot is built using the PulseAudio backend.
To make it use the PortAudio backend (e.g. for macOS, *BSD, ..),
you need to recompile ncspot with the `portaudio_backend` feature:
By default ncspot is built using the Rudio backend. To make it use the
PortAudio backend (e.g. *BSD), you need to recompile ncspot with the
`portaudio_backend` feature:
* `cargo run --no-default-features --features portaudio_backend`