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

Unofficial Speech To Text module for Expo and Bare React native

Results 1 expo-stt issues
Sort by recently updated
recently updated
newest added

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

enhancement