IOS 声音处理、电平检测
我将在 IOS 中进行旋转处理。应用程序运行时,会收集声音。当用户开始说话时,灯会变成红色,当他们停止时,灯会变回绿色并开始处理。
您是否有关于检测语音部分开始和结束的最佳方法的建议,以及有关如何选择该部分传递到处理例程的任何提示。 。
I will be doing spun processing in IOS. While the app is running, sound is collected. When the user starts talking, a light will turn red, when they stop, it turns back to green and begins processing.
Do you have a recommendation of the best way to detect the begin and end of the speech part, and any hints on how to select that part to pass to the processing routines. .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在做类似的事情,我发现以下资源非常有用:
http://mobileorchard.com/sclistener-检测 iPhone 麦克风声音级别的简单方法/
http://mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/
I'm working on something similar, and I found the following resources to be quite useful:
http://mobileorchard.com/sclistener-the-easy-way-to-detect-iphone-microphone-sound-levels/
http://mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/