Detecting Specific Sounds (Frequencies) with Python

点点圈 提交于 2021-01-29 11:30:30

问题


I want to record sound of a machine and want to detect if its present in another sound file that I record. I am able to record the sound of the machine and the sound file that I want to detect its presence.

I am also able to take fft of the sound files, however I dont know If I should check specific frequencies or check it in time intervals. Can I implement it with aubio or is there another way?

silent room silent room + sound

来源:https://stackoverflow.com/questions/53305661/detecting-specific-sounds-frequencies-with-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!