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

@@ -2380,7 +2380,7 @@ class _VoiceInputSheetState extends ConsumerState<_VoiceInputSheet> {
}
}
// Server transcription removed; only on-device STT is supported
// When on-device STT is unavailable we fall back to server transcription.
Future<void> _stopListening() async {
_intensitySub?.cancel();