|
From: Michael K. <mic...@gm...> - 2012-07-21 02:06:05
|
Hello, I'm new to scripting and I have a large collection of audio files (around 5000 samples) that I want to produce a spectrogram of. So if I want to apply the command: sox $1.wav -n spectrogram -m -o $1.png, to all the files in my folder, what would be the proper syntax? Cheers, Michael |