Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试用来自文本的合成语音动态替换我的铃声。但是一旦我接到来电,我的应用程序似乎失去了音频焦点,我无法动态更改我的铃声。
有没有办法做到这一点?
谢谢
~索拉巴
终于在我的代码中发现了这个错误。
我正在为我的来电呼叫接收器。我在我的函数中创建texttospeech对象,onReceive()而不是我的 Receive 类构造函数。
texttospeech
onReceive()
我不知道为什么,但是当我进行此更改时,它会起作用。