Quantcast
Channel: Squeezebox : Community : Forums
Viewing all articles
Browse latest Browse all 6235

Tidal Stuttering with Squeezebox Classic

$
0
0
I have started using Tidal and experiencing the stuttering when playing FLAC. (An example track: tidal.com/browse/track/127709581)
Streaming Audio Quality HiFi Lossless CD Quality
The forum has many suggestions as this is most likely the highly compressed files not playing on the Squeezebox Classic.
I have created a custom-convert.conf file in the root directory. In my case (Synology) /volume1/@appstore/SqueezeCenter. (permissions 644).
These are the different options I have tried in the conf for transcoding.

Code:

flc flc * *
[sox] -q -t flac $FILE$ -t flac -

Code:

flc flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}
[flac] -cs1 $START$ $END$ -- $FILE$

Code:

flc flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -cs --totally-silent --compression-level-0 $START$ $END$ -- $FILE$ | [sox] -q -t flac - -t flac -C 0 $RESAMPLE$ -

I have set the logging player.source to INFO. I don’t see anything in the log where a rule is matched or any transcodeing is started.
Missing something here.

Viewing all articles
Browse latest Browse all 6235

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>