csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
348 stars 217 forks source link

SpeechRecognitionError msg: error_language_unavailable, permanent: true (Honor Mobiles) #494

Closed binSaed closed 1 month ago

binSaed commented 1 month ago

speech_to_text: ^6.5.1 DEVICE MODEL: Honor REA-NX9

 _speechToText.initialize(
      finalTimeout: const Duration(milliseconds: 600),
      options: [
        SpeechToText.androidIntentLookup,
      ],
  );
binSaed commented 1 month ago

user followed these steps and the issue was not resolved

image

PHOTO-2024-03-10-17-24-54 PHOTO-2024-03-10-17-24-55

binSaed commented 1 month ago

@sowens-csd

sowens-csd commented 1 month ago

You didn't say what language you were trying to use? It sounds like either the language is not available for the device or that the device doesn't support the default Android speech initialization and the intentLookup option isn't working.