diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-15 01:18:34 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-15 01:24:17 +0100 |
commit | d14ec6aea560be509200e99b13890ac28e79b7e1 (patch) | |
tree | 8e53e1acdd4361b8e73db7aee9ce72781b25e7ca /NEWS | |
parent | 917cedf893ee73317ed191f95ab201656f0d5b30 (diff) |
output/Thread: reconfigure ConvertFilter for its new input AudioFormat
If the input AudioFormat changes but the out_audio_format doesn't
change (e.g. because there is a fixed "format" setting in this
"audio_output" section), the ConvertFilter needs to be reconfigured.
This didn't happen, resulting in awful static noise after changing
songs.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ ver 0.20.2 (not yet released) * resampler - libsamplerate: reset state after seeking * output + - fix static noise after changing to a different audio format - alsa: fix the DSD_U32 sample rate - alsa: fix the DSD_U32 byte order - alsa: support DSD_U16 |