I have done quite some unsuccessful experiments with upsampling in
squeeze center and is having similar observations, the sox command line
upsampling works but inside squeezecenter give errors (such as -T not
supported if you check the server log). However, this bug affect only
sox when used as the first command in convert.conf. To bypass this
squeezecenter "bug", use flac to transcode to wav and then piping to
sox using | for upsampling as follows:


flc pcm * *
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -r44100 -q -t wav - -t
wavpcm  - rate -v -M 48k

The wavpcm/wav both seems to work.
The -r44100 also seems to be optional. Though at some stage, it seems
that music has slowed down/lowered its frequency somewhat though.

tingtong5;536929 Wrote: 
> I also tried this (let flac to the decoding to wav instead of sox):
> 
> > 
Code:
--------------------
  >   > 
  > flc pcm * 00:04:20:10:08:9c
  > [sox] -v0.96 --buffer 32768 -t flac -r44100 -2 -c2 $FILE$ -t flac -C0 -b24 
-c2 -r96000 - polyphase -cutoff 1.0 | [flac] -dcs --force-raw-format 
--endian=little --sign=signed --bps=24 --sample-rate=96000 -
  > 
--------------------
> > 
> This results in the files not being played at all but quickly
> skipping to the next one.
> 
> Ronald


-- 
promet
------------------------------------------------------------------------
promet's Profile: http://forums.slimdevices.com/member.php?userid=38198
View this thread: http://forums.slimdevices.com/showthread.php?t=77329

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to