microsoft / cognitive-services-sdk-react-native-example

Example repo integrating the JavaScript Speech SDK with a react native that runs on Android and iOS
20 stars 9 forks source link

Continuous speech recognition not working? Possible causes #27

Open Mootbing opened 1 year ago

Mootbing commented 1 year ago

Issue opened for documentation.

Common causes: Do you have developer mode on in the android device? Double check it is on USB debugging on? just in case Permissions granted to app? (All permission should be granted to the application) Is the service key in? Region typed properly? eastus not useast Speechrecog language set right? en-US not us-en etc Wifi is on? Mic is on?

Error message: failed to start on an uninitialized audiostream - turn on mic permissions in settings.

glharper commented 1 year ago

@Mootbing I'll add a troubleshooting section with this list to the readme.

Mootbing commented 1 year ago

that works