choreo: lower case text before tts (#1817)
This commit is contained in:
parent
5a60e15832
commit
339f2258b5
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ class TtsController {
|
|||
Future<void> _speak(String text) async {
|
||||
try {
|
||||
stop();
|
||||
text = text.toLowerCase();
|
||||
|
||||
Logs().i('Speaking: $text');
|
||||
final result = await Future(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue