Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread philippe_44
StewLG wrote: > The docs in convert.conf are confusing. Here it says specifically that I > can't be very specific, I just have to say "squeezebox": > > > Code: > > > # : currently slimp3, squeezebox, or *. > # The * is a wildcard that

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG
philippe_44 wrote: > One thing you can do is limit that to the players / models you really > need it for The docs in convert.conf are confusing. Here it says specifically that I can't be very specific, I just have to say "squeezebox": Code: # : currently

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread philippe_44
StewLG wrote: > Ah, ok. Thank you. > > So I lifted that transcode entry, and just stuck it in > custom-convert.conf: > > > Code: > > > root@waffle:/etc/squeezeboxserver# cat custom-convert.conf > flc flc * * > #

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread philippe_44
I checked the code to help my fading memory :) and the option to force flac to flac transcoding is at the discretion of plugins. We did that with Michael and it is enabled (and only for Boom/SB3/Duet) with streaming services like Tidal where user has no choice of how the file was encoded. The

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG
bpa wrote: > IIRC That transcoding would be triggered if sample rate and/or sample > size was not playable by the player natively. Ah, ok. Thank you. So I lifted that transcode entry, and just stuck it in custom-convert.conf: Code:

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread bpa
StewLG wrote: > I agree that I've solved the problem - absolutely, sending PCM is > probably a totally acceptable solution. > > But I'm still confused why this conversion never gets triggered: > > > Code: > > > flc flc transcode * > #

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG
Apesbrain wrote: > This command: > \"/USR/SHARE/SQUEEZEBOXSERVER/BIN/X86_64-LINUX/FLAC\" -DCS > --FORCE-RAW-FORMAT --ENDIAN=BIG --SIGN=SIGNED -- - > > Is telling LMS to decode FLAC to PCM before sending to player. You've > done the right thing. I agree that I've solved the problem -

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread Apesbrain
StewLG wrote: > So, I'm actually playing AIF I think, which isn't obvious at all. > This command: \"/USR/SHARE/SQUEEZEBOXSERVER/BIN/X86_64-LINUX/FLAC\" -DCS --FORCE-RAW-FORMAT --ENDIAN=BIG --SIGN=SIGNED -- - Is telling LMS to decode FLAC to PCM before sending to player. You've done the

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG
bpa wrote: > Not sure. This is the transcoder thread with a lot of > discussion/explanation > https://forums.slimdevices.com/showthread.php?113358-transcoder-order > > I'd start with disabling the "native formats" check box and if that > doesn't work try disabling "Flac-Flac" native In the

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread bpa
StewLG wrote: > There is this at the bottom of convert.conf: > > > Code: > > > flc flc transcode * > # IFT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}E:{NOSTART=I} > [flac] -dcs $START$ $END$ --force-raw-format --sign=signed --endian=little

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG
philippe_44 wrote: > I would need to look at the code when we added that but Im sure > there is a forced flac to flac re-encoding for SB exactly for that > compression level. Michael, you might have a better memory than me? There is this at the bottom of convert.conf: Code:

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread philippe_44
I would need to look at the code when we added that but I’m sure there is a forced flac to flac re-encoding for SB exactly for that compression level. Michael, you might have a better memory than me? LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3,

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-16 Thread psketch
StewLG wrote: > I have no idea. I buy a lot of commercial rips, and as far as I know > there is no way to tell the compression level in a given FLAC file. > > > > I think you're right - it is! > > I converted a very problematic track to WAV and then back to FLAC > compression level 0,

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-16 Thread StewLG
bpa wrote: > > What is the source of the problem Flac files ? > Have they been highly compressed and/or by a non stand Flac compressor. > I have no idea. I buy a lot of commercial rips, and as far as I know there is no way to tell the compression level in a given FLAC file. bpa wrote: > >

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-16 Thread philippe_44
There was a fix sometime ago where we enforce transcoding on flac for classic for that reason, AFAIR. What version do LMS and convet.conf do you have. LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-16 Thread Apesbrain
Or, have the server do the decode to PCM. Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738 View this thread: http://forums.slimdevices.com/showthread.php?t=115583

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-16 Thread bpa
StewLG wrote: > I would appreciate any ideas or suggestions. It makes me sad there is no > contemporary equivalent to the Squeezebox Classic available to purchase. What is the source of the problem Flac files ? Have they been highly compressed and/or by a non stand Flac compressor. You could

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-16 Thread d6jg
StewLG wrote: > > It makes me sad there is no contemporary equivalent to the Squeezebox > Classic available to purchase. There is the Dac32 or Digi32 available from Polyvection although neither has a screen and can only be controlled from PC or Smartphone i.e. no remote but sound wise they

[slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-15 Thread StewLG
I've been running LMS for many years now with minimal problems. Recently, I've started to notice that certain tracks play back choppy on my two Squeezebox Classics (squeezebox2). This choppiness is consistent for a given problematic track. The tracks affected might sometimes be high bitrate, but