react-native-speech icon indicating copy to clipboard operation
react-native-speech copied to clipboard

A text-to-speech library for React Native.

Results 26 react-native-speech issues
Sort by recently updated
recently updated
newest added

Add support for background and when screen is locked like this: http://stackoverflow.com/questions/19183591/avspeechsynthesizer-in-background-mode

i am using this library for my app, it work perfectly for english. Now i want to use for vietnamese but it don't support.

Now you can use this react-native package for your Android TTS needs. Methods are compatible with IOS version. Use promise like the IOS version.

Good Morning when I run the code listed (excerpt) in the emulator it plays ok .when I run it in my device (ipad) does not play any sound .My ios...

Added completion handler to notify when utterance complete.

How can I check if a mobile phone has installed the TTS ? Is there a method to check it ? Thanks.

You are wasting people's time not mentioning that. Particularly because there are Android files at the top of the tree - Makes you think there is some support!

``` js Speech.speak({ text: 'React Native Speech is awesome! I\'m going to use it in my next project.', voice: 'en-US', gender: 'female' }); ```

If you supply this module with a number to speak, for example: ```js Speech.speak({ text: 5 }); ``` it will result in a silent runtime error which crashes the app...