id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 12445 Visualisations do not support 24-bit and 32-bit audio russell@… paulh "I noticed that the visualizer was rendering garbage whenever I played a vorbis file or a 24-bit flac. It seems that the visualizers require a 16-bit stereo feed, and currently only convert between 8 and 16 bit (mono and stereo). The 24-bit FLAC decoder outputs 32bit signed integers, and the Ogg Vorbis decoder outputs 32 bit float (even for stuff encoded from a 16-bit source). The only way to pick the difference between the two (and choose the correct cast) is that FLAC reports 24-bit, even though both are outputting 32. I have also stopped it from rendering uninitialised memory for an unsupported sample format, the same way it does when there is an unsupported channel count. Pull request: https://github.com/MythTV/mythtv/pull/95" Patch - Bug Fix closed minor 0.28 Plugin - MythMusic Master Head low fixed 0