1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Expose possible mixer opening errors (#1488)

* playback: handle errors when opening mixer

* chore: update CHANGELOG.md

* fix tests and typo
This commit is contained in:
Felix Prillwitz 2025-07-14 17:39:33 +02:00 committed by GitHub
parent 80c27ec476
commit be37402421
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 71 additions and 39 deletions

View file

@ -50,7 +50,7 @@ async fn main() -> Result<(), Error> {
})?;
let session = Session::new(session_config, Some(cache));
let mixer = mixer_builder(mixer_config);
let mixer = mixer_builder(mixer_config)?;
let player = Player::new(
player_config,