mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 12:00:10 +02:00
Restore rodiojack support
Probably more simple than the previous approach which doubles the code: Instead of implementing the `Open` trait, we simply use custom SinkBuilder, one for the default host, and one for the "jack" host.
This commit is contained in:
parent
678d1777fd
commit
c0942f14e8
8 changed files with 65 additions and 44 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -78,6 +78,7 @@ jobs:
|
|||
- run: cargo build --locked --no-default-features --features "portaudio-backend"
|
||||
- run: cargo build --locked --no-default-features --features "pulseaudio-backend"
|
||||
- run: cargo build --locked --no-default-features --features "jackaudio-backend"
|
||||
- run: cargo build --locked --no-default-features --features "rodiojack-backend"
|
||||
- run: cargo build --locked --no-default-features --features "rodio-backend"
|
||||
- run: cargo build --locked --no-default-features --features "sdl-backend"
|
||||
- run: cargo build --locked --no-default-features --features "gstreamer-backend"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue