1
0
Fork 0
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:
johannesd3 2021-02-23 15:05:02 +01:00 committed by Johannesd3
parent 678d1777fd
commit c0942f14e8
8 changed files with 65 additions and 44 deletions

View file

@ -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"