Can't use sox to convert batch wav files

1.1k Views Asked by At

The following commands I use to convert batch wav files to single file.

sox $(find . -iname '*.wav') out.wav

Or

sox -m $(cat ../namewav.txt) output.wav

here namewav.txt is the list of all wav file names.

These commands used to work for me perfectly. But now sox giving me the following errors

sox WARN getopt: option `(' not recognized
sox:      SoX v14.4.2

sox FAIL sox: invalid option

I uninstalled and reinstalled sox. But its not working.

0

There are 0 best solutions below