python-soundfile icon indicating copy to clipboard operation
python-soundfile copied to clipboard

Can I use this for detecting segments in an audio file?

Open StanSilas opened this issue 7 years ago • 1 comments
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

StanSilas avatar Nov 27 '17 22:11 StanSilas

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.

bastibe avatar Nov 28 '17 09:11 bastibe