ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
618 stars 156 forks source link

change android tts voice(language) #159

Open Park-SeungWoo opened 3 years ago

Park-SeungWoo commented 3 years ago

I followed all of the install guidelines but I think android seemed not to install voice packages. How can I do it?

Sravansuhas commented 3 years ago

This works only on android. You can try by calling this function by button action or some other activity. Tts.requestInstallData();

Make sure the device has google assistant installed.