flutter_tts
flutter_tts copied to clipboard
android: getEngines now returns voice label
In apps like @Voice aloud reader, when choosing a voice, You has proper voice labels. I've modified getEngines function to provide labels too. If it will be necessary, I can modify getDefaultEngine function to provide an engine label.
@dlutton Should i provide an example how to properly change the engine and update an example app? Or modify setEngine function to accept <String, String. as a parameter? It is my first PR in my life at all, so sory for the mistakes.
@zywek123 yes an update to the README would be helpful.