Skip to content

Conversation

@aromahyang
Copy link

@aromahyang aromahyang commented Nov 15, 2024

Hello, I am using your library well.

To use speech recognition in Korean, I set the parameter language of startListening() to ko as guided in the API documentation.
Before November 12, 2024, speech recognition results were properly displayed in Korean.
However, on November 14, when using Android browsers and Android apps, the results were displayed in English even when speaking in Korean.
On desktop Chrome and iOS browsers and apps, Korean results are displayed correctly.
It is unclear whether this issue is related to Chrome 131 release (November 12, 2024), but it is certain that language: 'ko' does not work properly in Android.

Upon checking an attribute lang of SpeechRecognition in MDN documentation, it is recommended to use the BCP 47 language tag.
After changing language: 'ko' to language: 'ko-KR', Korean speech recognition works well across all OS environments.

So I would appreciate it if you could update the language value in the API documentation.

@aromahyang aromahyang changed the title Update langauge value of Korean Update langauge value of Korean in API docs Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant