dlutton / flutter_tts

Flutter Text to Speech package
MIT License
617 stars 258 forks source link

getVoices Android #516

Closed Ryannc95 closed 3 months ago

Ryannc95 commented 4 months ago

💬 Questions and Help

Hi,

I'm only getting 6x results for getVoices on Android (and only 2x English), is this all there is? My android emulator and flutter web both return many more.

Android version is 14 and I'm using flutter_tts 4.0.2, min sdk 24

I thought I had used other voices on my physical android device before

Thanks Ryan

Ryannc95 commented 4 months ago

The voices returned are:

name: es-MX-default, locale: spa-default name: pt-BR-SMTf00, locale: por-x-lvariant-f00 name: en-US-default, locale: eng-default name: pt-BR-default, locale: por-default name: es-MX-SMTf00, locale: spax-x-lvariant-f00 name: en-US-SMTf00, locale: eng-x-lvariant-f00

echogit commented 3 months ago

There is definitelly many more. Which device are you using? Which engine did you select?

Ryannc95 commented 3 months ago

Ah.. the engine was defaulting to com.samsung.smt. Setting to com.google.android.tts has solved my issues. Thanks!