[Feat]TTS支持按优先级排队和打断机制

This commit is contained in:
chenfufeng
2022-10-21 11:18:51 +08:00
parent c0ab0408b1
commit 6e0e117e0e
3 changed files with 101 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ interface IMogoTTS extends IProvider {
*/
void speakTTSVoice( String tts );
void speakTTSVoiceWithLevel( String tts, int level);
/**
* 播放 tts 语音
*