mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Enable PortAudio backend by default.
This commit is contained in:
parent
cbce6f2ac1
commit
45e03c42a4
2 changed files with 2 additions and 2 deletions
|
@ -64,4 +64,4 @@ facebook = ["hyper/ssl", "openssl"]
|
|||
portaudio-backend = ["portaudio"]
|
||||
pulseaudio-backend= ["libpulse-sys"]
|
||||
static-appkey = []
|
||||
default = ["with-syntex"]
|
||||
default = ["with-syntex", "portaudio-backend"]
|
||||
|
|
|
@ -76,7 +76,7 @@ target/release/librespot [...] --backend portaudio
|
|||
|
||||
The following backends are currently available :
|
||||
- PortAudio
|
||||
- PulseAudio (feature pulseaudio-backend, --backend pulseaudio)
|
||||
- PulseAudio
|
||||
|
||||
## Development
|
||||
When developing *librespot*, it is preferable to use Rust nightly, and build it using the following :
|
||||
|
|
Loading…
Reference in a new issue