将 TTS 输出设置为 16 或 8kHz
当我将 TTS 输出路由到蓝牙耳机时,最好采用 16 或 8kHz 采样。 我该如何实现这一目标?这实际上可能吗? 谢谢!
as I route the TTS output to a bluetooth headset, it would be good have it in a 16 or 8kHz Sampling.
How do I achieve that? And is it actually possible?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不抱歉,这是不可能的。您需要修改TTS 类。不过,我用
startBluetoothSco()
尝试过,它成功了。也许你也尝试一下。No sorry, this is not possible. You would need to modify the TTS Class. However, I tried it with
startBluetoothSco()
and it worked. Maybe you try it, too.