想在蓝牙耳机上播放TTS
我有一个 TTS 应用程序,可以在手机扬声器和有线耳机上正常工作。但是当我连接蓝牙耳机时,蓝牙耳机不说话。
如何在不使用任何已弃用的 API 的情况下执行此操作。
问题出在 Android 2.3 AudioManager 中。 setRouting()、setBluetoothA2DP 均已弃用。
请指导如何将我的 TTS 输出发送到蓝牙。
I have a TTS Application which works fine on phone speaker and wired headsets. But when I connect Bluetooth headset, it does not speak on Bluetooth headset.
How can I do this without using any deprecated API.
The problem is in Android 2.3 AudioManager .. setRouting(), setBluetoothA2DP all are deprecated.
Please guide how can I send my TTS output to bluetooth.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你确定要尝试这个吗:
Are you sure you try this: