schiegl;360800 Wrote: > > Though i don't know (yet) how those two resample options (the "builtin" > with --rate" or the effects version) differ... >
With the 'flac enabled sox' (http://svn.slimdevices.com/?rev=24382&view=rev) version coming soon, i wanted to find out what's the difference between these two variants (see other posts) how resampling could be specified. -executive summary: there's no difference on the output, you can choose either version.- test on a linux box, with a 88.2kHz, flac track: Code: -------------------- $ time $SC_HOME/Bin/i386-linux/flac -dcs -- track.flac | $SC_HOME/Bin/i386-linux/sox -t wav - -t flac --rate=44100 - > 1.flac real 0m34.913s user 0m36.574s sys 0m0.472s $ time $SC_HOME/Bin/i386-linux/flac -dcs -- track.flac | $SC_HOME/Bin/i386-linux/sox -t wav - -t flac - rate 44100 > 2.flac real 0m36.892s user 0m36.414s sys 0m0.480s $ diff 1.flac 2.flac $ -------------------- kind regards, Markus -- schiegl ------------------------------------------------------------------------ schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654 View this thread: http://forums.slimdevices.com/showthread.php?t=54862 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
