feat(sts): add server side speech-to-text

This commit is contained in:
cogwheel0
2025-11-02 19:02:37 +05:30
parent 99f867bf54
commit 86339715b1
16 changed files with 916 additions and 92 deletions

View File

@@ -2460,7 +2460,7 @@ class _ModernChatInputState extends ConsumerState<ModernChatInput>
HapticFeedback.selectionClick();
}
// Server transcription removed; only on-device STT updates the input text
// When on-device STT is unavailable we rely on server transcription.
void _showVoiceUnavailable(String message) {
if (!mounted) return;