iOS 中有内置的语音识别开发工具吗?
我如何检测语音是从某些音频文件开始的。我只需要检测语音的开始和停止而不进行识别 谢谢。
How can I detect that speech was started from some audio file. I need only detect start and stop of the speech without recognition
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个应用程序
http://developer.apple.com/ Library/ios/#samplecode/SpeakHere/Introduction/Intro.html
您可以稍微修改此示例代码以获得您需要的内容...
这是我遇到的另一个链接
http://developer.apple.com/library/ios/#samplecode/aurioTouch/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007770
Check out this app
http://developer.apple.com/library/ios/#samplecode/SpeakHere/Introduction/Intro.html
you can tinker with this sample code a little to get what you need...
Here is one more link that I have come across
http://developer.apple.com/library/ios/#samplecode/aurioTouch/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007770
您可以使用音调检测器来监听人类语音范围内是否存在谐波音调。不过我不知道有什么适用于 iOS 的音高检测器。我自己写的,这非常困难。
Dirac 进行音调检测,我不知道它有多准确,因为我不想花 1000 英镑购买许可证。
You could use a pitch detector to listen for the presence of harmonic tones within the range of human speech. I don't know of any pitch detector for iOS though. I wrote my own And it was very hard.
Dirac does pitch detection, I don't know how accurate it is because I don't want to spend £1000 on the licence.