I'm trying to find a library for Php or Python that could process audio files. I need to loop through recorded phone calls and process them to remove those that have some specific pattern e.g. beep tone only instead of human voice. I think it would be possible by comparing samples of amplitudes in audio file. Are there any libraries you know of that could help?
Thanks!