expo-stt icon indicating copy to clipboard operation
expo-stt copied to clipboard

Passing locale code to startSpeech function and throw exception if locale doesn't available on the device

Open anhtuank7c opened this issue 1 year ago • 0 comments

https://github.com/anhtuank7c/expo-stt/blob/main/android/src/main/java/expo/modules/stt/ExpoSttModule.kt#L58 https://github.com/anhtuank7c/expo-stt/blob/main/ios/ExpoSttModule.swift#L252

Should handle 2 things:

  • Passing locale code to startSpeech function
  • send onError event if locale doesn't available on device

anhtuank7c avatar May 12 '23 02:05 anhtuank7c