dlutton / flutter_tts

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

added extra metadata for macos/android and setvoice fix #541

Closed hioshih closed 2 weeks ago

hioshih commented 1 month ago

Greetings!

This is my first PR, so please let me know if I made some mistake.

As an example, here is some metadata from a Samsung device, that has some interesting extra information:

//samsung engine
{features: bixbyVoice=true  variant=l03 aiVoice=true    version=312472000   versionName=3.1.24.72   deeplink=samsungapps://productDetail/com.samsung.SMT.lang_en_us_l03 packageName=com.samsung.SMT.lang_en_us_l03  name=Voz 1  gender=female   uid=null, latency: normal, name: en-US-SMTl03, locale: eng-x-lvariant-l03, network_required: 0, quality: very high}

//google engine
{features: networkTimeoutMs notInstalled    legacySetLanguageVoice  networkRetriesCount, latency: low, name: en-GB-language, locale: en-GB, network_required: 0, quality: high}
dlutton commented 3 weeks ago

@hioshih thanks for this PR, do you mind updating the README and then I'll merge it in.