FallNAngel
Programmer
Like the subject says, I'm trying to measure the volume output of a wav file. Basically, I'm attempting to streamline a process by having the program I'm creating do the work a bit faster / reliable. Basically what would normally be done is a wav file would be opened in an editor and the wave form would be looked at for how often the volume hits a certain range. I would like the program I'm creating to scan the wav file and check for sound that hits this range. How would I go about getting started? Any help would be appreciated. Thanks!