Kinda new with LMS, can someone explain to me the following:
This command works on the command line: sox -V6 thriller.flac -t wav -r 44.1k -b 16 thriller_16_441.wav and convert a 88.2kHz, 24 bit file to wav format 16bit, 44.1kHz.
I try custom-convert.conf file like:
flc pcm * *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[sox] $FILE$ -t raw -r 44.1k -b 16 -c 2 -s -L -
and it works well with flac upto 44.1/16 resulting in a PCM 1411 kbps file but when I get to 88.1 or 96kHz the command returns a PCM stream of 4233 kbps and it of course sounds like the chipmunks.
Essentially it looks like resampling is not working with the hires flac files.
Any input would be appreciated.
This command works on the command line: sox -V6 thriller.flac -t wav -r 44.1k -b 16 thriller_16_441.wav and convert a 88.2kHz, 24 bit file to wav format 16bit, 44.1kHz.
I try custom-convert.conf file like:
flc pcm * *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[sox] $FILE$ -t raw -r 44.1k -b 16 -c 2 -s -L -
and it works well with flac upto 44.1/16 resulting in a PCM 1411 kbps file but when I get to 88.1 or 96kHz the command returns a PCM stream of 4233 kbps and it of course sounds like the chipmunks.
Essentially it looks like resampling is not working with the hires flac files.
Any input would be appreciated.