Reputation: 11
I'm trying to make a Python script, that would record local news from internet radio (MP3) stream like this one. The news segment starts and ends whit two different distinct beeps.
Until now, my solution was extremely slow and unoptimized:
Needless to say that my solution is terrible.
The ideal solution would be to always listen to the stream and start/stop recording only when beeps are heard.
Any idea how I could accomplish that?
PS: When I searched Google almost all articles deal with speech recognition and other use AI classificators (like Tensorflow), which I think is a bit overkill to recognize a simple beep.
Thanks for all hints and/or suggestions.
Upvotes: 1
Views: 578