flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

Different results for getVoices on Windows browser vs iOS Safari

Open BooVic opened this issue 1 month ago • 0 comments

🐛 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:

  • [ ] :iphone: iOS
  • [ ] :robot: Android

BooVic avatar May 20 '24 22:05 BooVic