Originally posted by philippe_44
View Post
Without C-3PO you should define same rules in custom-convert.conf obtaining same result, then still needing a modfied version of squeezelite.
Is not clear to me what are you referring with "the -p option -I think- of flac", if you are referring to flac.exe transcoding command, I use something equivalent to:
flc pcm squeezelite *
# FT:{START=--skip=%t}U:{END=--until=%v}
[flac] -dcs $START$ $END$ -- $FILE$ |[sox] -q -t wav - -t wav -r 192000 -c 2 -3 -s -L - gain -3 rate -v
where SOX upsampling parameters hare there if you ask to upsample, othervise the pipe end just before, with FLAC decoding to WAV (I use flac in this case becouse seek capaility is required, if not, I'll use just SOX).
Is still not clear to meif, how and where you upsample.
To bad your bridges needs raw pcm, this way they could not receive server side upsampled and decoded streams. Those little devices have too low horse power for heavy upsampling but far enought to just receive and play back hi res streams. Squeezelite-R2 is aimed to power this kind of devices and let use them in high quality systems instead of noisy, power hungry big computers.
Maybe we could work on this, please ask if you'd like to.
Comment