nyumaya / nyumaya_audio_recognition

Classify audio with neural nets on embedded systems like the Raspberry Pi
https://nyumaya.com
Apache License 2.0
82 stars 14 forks source link

RTSP Stream #24

Closed wilki2208 closed 3 years ago

wilki2208 commented 3 years ago

Hi,

Would it be possible for it to pull the audio from an RTSP stream from a IP CCTV camera

yodakohl commented 3 years ago

The library will work with any pcm audio samples. You will need to extract the audio from the RTP stream and feed the decoded samples. However pulling audio from an RTP stream is not part of this repo.