Post Reply 
Upsampling MQA files to original resolution with sox
14-05-2020, 11:39
Post: #23
RE: Upsampling MQA files to original resolution with sox
(14-05-2020 05:40)granosalis Wrote:  
(14-05-2020 00:52)Alandbush Wrote:  The earlier stated sox command to upsample MQA (see below) is no longer supported, assuming it was correct initially.

sox -S input.mqa.flac output.flac -vsM 352800

For sox 14.4.2 the command is as follows:-

sox -S input.mqa.flac output.flac rate -v -M 352800

where 352800 is the original sampling frequency (tag ORFS) of the MQA file.
Thanks Alan,
I did it, but the output files is 16bit. Is there any way to produce a 24bit file?
if I put -b 24 the file becomes unlistenable.
Giuseppe

I've tried the following command successfully on a 16bit MQA/CD track downloaded from 2L. It appears 'listenable'.

sox -S input.mqa.flac -b 24 output.flac rate -v -s -M 352800

nb - I have also introduced an extra override (-s 'steep filter'). If only because the command now looks very similar to the originally posted command.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Upsampling MQA files to original resolution with sox - Alandbush - 14-05-2020 11:39

Forum Jump:


User(s) browsing this thread: 1 Guest(s)