检测 iPhone 中的声音
谁能告诉我如何检测 iPhone 上的声音...
请帮忙...请提供任何源代码或链接(如果可能)
Can anyone tell me how to detect a sound on iphone....
Please help....please provide any source code or link if possible
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 AVAudioRecorder
http://mobileorchard.com/tutorial-detecting-when -a-user-blows-into-the-mic/
该教程确实适用于任何声音......它通过创建高通滤波器的步骤来尝试并仅检测吹气。您可以更改这些值以使其对声音更敏感或不太敏感。
You can use AVAudioRecorder
http://mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/
That tutorial works for any sound really... it goes through the steps of creating a high-pass filter to try and only detect blowing. You can change the values to make it more sensitive to sound or less sensitive.