Bugzilla – Bug 18140
squeezebox1 gapless pcm broken - patch idea included
Last modified: 2015-09-20 10:01:34 UTC
This may be a re-open of 15490 symptom - short gap between wav files. (can not see the code checkin for it) I upgraded from 7.2.x to 7.8 and found gapless pcm broken analysed the Squeezebox1.pm sub isReadyToStream { and found the comparison to allow pcm gapless is not working. a ref to "currentTrack" is missing ! it needs the addition of currentTrack like so to work: if ( $playingSong->channels == $song->currentTrack->channels && $playingSong->samplesize == song->currentTrack->samplesize && $playingSong->samplerate == song->currentTrack->samplerate