sunboykenneth / react-native-voicebox-speech-rec

A powerful speech recognition library for React Native applications, enabling real-time speech-to-text transcription.
MIT License
16 stars 2 forks source link

Inconsistent Speech Recognition in Android - Missing Words and Recognition Errors #6

Open ahsanbhatti98 opened 5 months ago

ahsanbhatti98 commented 5 months ago

I have encountered an issue with the speech recognition feature on Android using the [react-native-voicebox-speech-rec/"^1.0.4"]. The problem revolves around the recognition accuracy, particularly with certain words and phrases. While iOS works as expected, Android exhibits inconsistent behavior, missing words, and producing recognition errors.

Steps to Reproduce:

  1. Set the language to 'en-GB'.
  2. Utter the phrase: "I have a place lined up."
  3. Observe that the recognition output may differ, e.g., "I have a place lineup" or "I have a place lind." etc.

Additional Information

Environment:

Device: [Pixel 4 XL] OS: [14] Language Setting: 'en-GB' Expected Behavior: Accurate and consistent speech recognition on Android, comparable to iOS.

Resolution Request:

I kindly request the development team to prioritize and address this issue at the earliest convenience. Given the critical nature of accurate speech recognition, resolving this inconsistency on Android will significantly enhance the overall user experience. Your prompt attention to this matter is highly appreciated.

Thank you for your dedication to maintaining and improving this valuable library!