如何在 iPhone 中将语音转换为文本
有什么方法可以使用 iPhone SDK 将语音转换为文本吗?
Is there any way, by which we can convert speech to Text using iPhone SDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有什么方法可以使用 iPhone SDK 将语音转换为文本吗?
Is there any way, by which we can convert speech to Text using iPhone SDK?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
是的,如果您是 Google,< a href="http://itunes.apple.com/us/app/dragon-dictation/id341446764?mt=8" rel="nofollow noreferrer">龙,或 Siri。 iPhone SDK 不提供对 iPhone 3GS 内置语音识别的任何访问,这显然是 没有太详细 无论如何。最好的选择是找到一个可以上传音频剪辑进行分析的网络服务。
Yes, if you are Google, Dragon, or Siri. The iPhone SDK does not provide any access to the iPhone 3GS's built-in voice recognition, which is apparently none too elaborate anyway. Your best bet is to find a web service to which you can upload audio clips for analysis.
http://cmusphinx.sourceforge.net /2010/05/vocalkit-shim-for-speech-recognition-on-iphone/
这看起来很有希望。
http://cmusphinx.sourceforge.net/2010/05/vocalkit-shim-for-speech-recognition-on-iphone/
This looks promising.
Krishnan,这是对您评论的回复
文本转语音的情况也是如此吗?
。不,有一个名为
OpenEars
的库,通过使用这个库,您可以实现文本到语音
功能。OpenEars
OpenEars
是一个开源 iOS 库,用于在 iPhone 和 iPad 上实现往返英语语音识别和文本转语音。您应该看看这个库。
Krishnan ,This is Reply for your Comment
Is that the same case for Text to speech?
.No there is Library called
OpenEars
by using this Library you may achieve thetext to Speech
functionality.OpenEars
OpenEars
is an open-source iOS library` for implementing round-trip English language speech recognition and text-to-speech on the iPhone and iPad.You should take a look of this library.
从 iOS 10(尚未发布)开始,Apple 拥有自己的语音识别 API。
https://developer.apple.com/reference/speech/sfspeechrecognizer
As of iOS 10 (not released yet), Apple has their own speech recognition API.
https://developer.apple.com/reference/speech/sfspeechrecognizer