librespot/playback
Jason Gray 8d70fd910e
Implement common SinkError and SinkResult (#820)
* Make error messages more consistent and concise.

* `impl From<AlsaError> for io::Error` so `AlsaErrors` can be thrown to player as `io::Errors`. This little bit of boilerplate goes a long way to simplifying things further down in the code. And will make any needed future changes easier.

* Bonus: handle ALSA backend buffer sizing a little better.
2021-09-27 20:46:26 +02:00
..
src Implement common SinkError and SinkResult (#820) 2021-09-27 20:46:26 +02:00
Cargo.toml Improve player (#823) 2021-09-20 19:29:12 +02:00