python-soundfile
python-soundfile copied to clipboard
Can I use this for detecting segments in an audio file?
trafficstars
Typically in a phone call there is -- dial tone -- ringtone -- conversation -- end of conversation I want to know how to use ^ library to detect the tring tring ringback tone in the audio. File: https://www.dropbox.com/s/5m36ekltyg9oiqt/tringtring.mp3?dl=0
You can use SoundFile to read the audio file. As of today, MP3 is not supported, though.
Once you have the audio data, segment detection is up to you, but SoundFile will not help you with the detection part.