Tuesday, August 11, 2015

sox FAIL sox: Input files must have the same sample-rate

Command: sox text1.wav -r 16000 text1b.wav resample

Error: sox FAIL sox: Input files must have the same sample-rate

Solution: 
remove word 'resample' from command. Use the following:

sox text1.wav -r 16000 text1b.wav 


No comments:

Post a Comment