I'm trying to do some testing but I'm not sure I'm using sox correctly as I keep getting files of vastly different sizes (compression)
I'm using the following code to upsample flac 16/44 files: cd %~dp0 mkdir converted2 FOR %%A IN (%*) DO sox -v0.995 -V3 %%A -t flac -b 24 -C0 "converted2/%%~nxA" lowpass -2 18000 rate -b 85 -Mav 96k pause and also cd %~dp0 mkdir converted3 FOR %%A IN (%*) DO sox -v0.995 -V3 %%A -t flac -b 24 "converted3/%%~nxA" rate -v -M -a -b 85 96k sinc -M -t 1 44000-22000 pause Neither gives a constant file size output for a given flac file. Am I doing something stupid? MS -- MadScientist ------------------------------------------------------------------------ MadScientist's Profile: http://forums.slimdevices.com/member.php?userid=5827 View this thread: http://forums.slimdevices.com/showthread.php?t=69145 _______________________________________________ audiophiles mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/audiophiles
