dlutton / flutter_tts

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

Different results for getVoices on Windows browser vs iOS Safari #498

Closed BooVic closed 1 week ago

BooVic commented 6 months ago

🐛 Bug Report

when I call flutter_tts.getVoices and parse the returned data, I get different results on Windows browser vs iOS Safari

I expected both results would be the same. Both display fine, but the data is different.

I take the return from get voices, filter it for the locale, then map it to a list of Strings for display in a listview in FlutterFlow. Does flutter_tts distinguish between Windows and iOS in its returned value? I see that the list on Windows is prefaced with "Microsoft".

Windows 10, iOS 17.5.1

Version: 0.1.x

Platform:

dlutton commented 1 week ago

It depends on the TTS engine on the browser and device, so it's platform and browser specific.