librespot/playback
Thomas Bächler 014533a583 playback: Only send a packet to the audio backend if it isn't empty
The lewton decoder sometimes delivers empty packets, especially after skipping inside a
track or switching tracks. This caused the pulseaudio backend to fail since it expects
a non-empty packet. There is no need to handle empty packets in the audio backend, so
we can skip them entirely.
2018-03-20 14:14:44 +01:00
..
src playback: Only send a packet to the audio backend if it isn't empty 2018-03-20 14:14:44 +01:00
Cargo.toml Add volume normalisation support 2018-02-23 20:08:20 +01:00