Tuesday, August 11, 2015

sox FAIL formats: can't open input file `text1c.wav': No such file or directory


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

Error: sox FAIL formats: can't open input file `text1c.wav': No such file or directory

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

sox text1.wav -r 16000 text1b.wav 

No comments:

Post a Comment