[bugfix] can not read the last sentence
This commit is contained in:
@@ -17,7 +17,11 @@ class TtsUtil {
|
||||
await execute('send', {'text': text});
|
||||
}
|
||||
|
||||
static Future<void> stopTts() async {
|
||||
static Future<void> complete() async {
|
||||
await execute('complete');
|
||||
}
|
||||
|
||||
static Future<void> stop() async {
|
||||
await execute('stop');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user