naoufal / react-native-speech

A text-to-speech library for React Native.
https://www.npmjs.com/package/react-native-speech
304 stars 53 forks source link

Can you add gender option? #14

Open nodkrot opened 7 years ago

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

Just realized that different countries are gendered differently (e.g. en-GB is a male voice) so while gender isn't an explicit option, it is available.