choreo: lower case text before tts (#1817)

This commit is contained in:
ggurdin 2025-02-17 12:56:57 -05:00 committed by GitHub
parent 5a60e15832
commit 339f2258b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(