Daniel Lutton
Daniel Lutton
@AyeshaIftikhar does it work with `await flutterTts.awaitSynthCompletion(true);` ? I'm not sure what you mean by having a user enter a "script" and then generate an audio file from it.
@AyeshaIftikhar by "script" do you mean "text" that a user passed to the function? Can you provide an example showing the issue you're running into so I can try to...
@AyeshaIftikhar is the issue with the length of the text you're passing into the method? Do you know how many characters are being passed in?
@FinnHo1984 you call getEngines() on Android if that's what you need.
@bblue000 that makes sense, I'll see if I can integrate a work around for this situation.
@FetFrumos those are the name and locales coming from the native TTS engine on the device. I'm assuming your output is from Android as it will differ from iOS.
@FetFrumos for Android, there is a default that's set already depending on the locale/language being used. Android does have a getDefaultVoice - https://developer.android.com/reference/android/speech/tts/TextToSpeech#getDefaultVoice() which I can add to this package...
@daiweiqiang6688 do you need this on Android, iOS, or both? I haven't seen anything similar on iOS, but I can quickly implement it for Android if you only need it...
sorry for the delay @FetFrumos, but I have just added the feature. I could only find this feature on Android though so it's not supported on iOS right now. This...
@madhav0922 I believe this was a bug with Apple, but I'll confirm.