I need to batch-process some (several hours of) audio files and get their frequency/amplitude data.
I have 10 folders each containing many wav
files and I need the average levels of each frequency from each folder. I need to get the levels of different frequencies across each folder, and computing the levels individually for each file then averaging would work, and if you know of another method please suggest it.
Is there a command-line tool (or other resource) that will compute these Fourier transforms for me?