Change STT language from English to Russian (ru-RU)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
59f1f088ed
commit
8f64a6e6af
@ -79,6 +79,7 @@ export default function TabLayout() {
|
||||
stopListening,
|
||||
isListening: sttIsListening,
|
||||
} = useSpeechRecognition({
|
||||
lang: 'ru-RU',
|
||||
continuous: true,
|
||||
interimResults: true,
|
||||
onVoiceDetected: handleVoiceDetected,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user