Skip to content

Unable to get speech recognition to work offline on iOS #643

@devabhixda

Description

@devabhixda

Here is my code snippet

if (_sttInitialized) { try { await stt.listen( localeId: 'en-US', onResult: (result) { setState(() { transcriptionText = result.recognizedWords; }); }, listenOptions: SpeechListenOptions( partialResults: true, onDevice: true, autoPunctuation: true ) ); } catch (e) { debugPrint('Error starting STT: $e'); } }

Device: iPhone 13 pro max
iOS: 26.0.1
Error: SpeechRecognitionError msg: error_speech_recognizer_disabled, permanent: true

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions