ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
601 stars 154 forks source link

support for multiple TTS engines on Android platform #129

Closed Mateus-Brito closed 4 years ago

Mateus-Brito commented 4 years ago

In addition to Google's text-to-speech engine, the user may have on their smartphone other text-to-speech engine available for use.

The following functions have been added: engines(), setDefaultEngine (String engineName). Voices available on the default Engine will be displayed correctly with the 'voices()' feature already written.

ak1394 commented 4 years ago

Thanks for PR!