I am working on a project and I need be able to detect the most quiet point in an MP3. I am new to understanding audio formats and would appreciate any help I can get!!!
The way I figure that I would have to do it is. Somehow decode the MP3 to PCM or WAV using LAME or something. And then some how analyze the wave form to programmatically find the point with the least amplitue. I don't know if this is the right direction or am I making things way to hard. If you know which direction I should go or know of a simple way to do this please respond. Any info at all will be greatly appreciated.
Thanks,
Chris