Split the files, inspect the resulting files (`for i in *wav`), `if (length < 10 seconds)`, pad them.
* To get the wave file length: `sox --info -D file.wav`
* To pad the wave file: <
Maybe do some calculations :-)
Split the files, inspect the resulting files (`for i in *wav`), `if (length < 10 seconds)`, pad them.
* To get the wave file length: `sox --info -D file.wav`
* To pad the wave file: <
Maybe do some calculations :-)