点击按钮触发以下代码:
this.speech.setLanguage('en');
this.speech.init();
this.speech.speak({
text: 'TEST'
});
在谷歌可以正常播报TEST语音,但是套壳成安卓app之后,无法播报声音了
点击按钮触发以下代码:
this.speech.setLanguage('en');
this.speech.init();
this.speech.speak({
text: 'TEST'
});
在谷歌可以正常播报TEST语音,但是套壳成安卓app之后,无法播报声音了
0 个回复