Miklos Zsido

Results 6 comments of Miklos Zsido

Thank you. On Windows how can you detect the end of a TTS speech? If there is no other way, then is this not a bug? Thanks.

Sorry it does not work. I'am using flutter_tts: ^3.5.1, but listeners do not working on Windows. (setStartHandler, setCompletionHandler, etc, none of them, and nor awaitSpeakCompletion). What can be the reason...

In the version 3.5.1 in the windows\flutter\ephemeral\.plugin_symlinks\flutter_tts\windows\flutter_tts_plugin.cpp at line 326, there is what you adviced: ` RegisterWaitForSingleObject(&addWaitHandle, speakCompletionHandle, (WAITORTIMERCALLBACK)&setResult, speakResult.get(), INFINITE, WT_EXECUTEONLYONCE); ` and at line 78: ` mPlayer.MediaEnded([=](Windows::Media::Playback::MediaPlayer const&...

As I know there is no TTS for Windows version of Flutter yet. So it would be very-very good if you could implement it! Thank you in advance!

Many many thank you!!! I tried it and works for English language of TTS! :) But I'am searching the cause of problem: why "getLanguages" gives me only one result (it...