有适用于 Android 的土耳其语 TTS api 吗?
Android 上有免费的土耳其语 TTS(文本转语音)服务吗?我在谷歌上没有找到任何有用的东西。
Is there any free TTS (text-to-speech) service for Android in Turkish? I've not found anything useful in google.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我还没有在 Android 上尝试过,但我最近发现了这个: http://www.ispeech.org
网络应用程序上的语音质量看起来很有希望。
试一试:)
I didnt try it yet on android, but I recently discovered this one: http://www.ispeech.org
The speech quality looks promising on the web app.
Give it a shot :)
在这里您可以使用 Google TTS,如下所示:
此外,Google TTS 对土耳其语字符(如“ö”、“ğ”)有错误,因此您应该使用 unicode 转换它们:
有些 Android 设备只有 pico TTS,所以这就是您检查 Google 的原因TTS,并要求用户安装...
不是:为了 tts 工作,您应该有真正的 Android 设备
Here you can use Google TTS as below:
Moreover, Google TTS have bug with türkish character like "ö", "ğ" so that you should convert them with unicode:
Some android device have pico TTS only, so that is why you check Google TTS, and ask user to install...
Not:In order tts to work,You should have real android device
我在我的例子中解决了这个问题,
定义该变量:
在onCreate方法中:
它会说“bağlanıyor”
I fixed this problem in my case,
define that variable:
in onCreate method:
it will say "bağlanıyor"
只需使用 Locale.getDefault()
tts.setLanguage(Locale.getDefault())
just use Locale.getDefault()
tts.setLanguage(Locale.getDefault())