vagoston

Results 13 comments of vagoston

@zsmiklos win32: https://github.com/dlutton/flutter_tts/blob/112b9317dd0397324cb1d8e4126cd772d583229b/windows/flutter_tts_plugin.cpp#L326 uwp is a bit more complicated, but you can detect that mplayer is closing. https://github.com/dlutton/flutter_tts/blob/112b9317dd0397324cb1d8e4126cd772d583229b/windows/flutter_tts_plugin.cpp#L78

@zsmiklos This is still not implemented. Don't you want to give it a try and implement it based on my previous suggestions? awaitSpeakCompletion should work though. Can you give me...

@zsmiklos setStartHandler is not implemented. The code I linked in is a suggestion for a starting point, that is a way to set up a callback, you could use that...

@dlutton I'm happy to help in any way with Windows TTS and C++. Is there any work in progress on your side? (I don't see a brach for that, so...

I have a kind of working version on windows with the win32 API. There are strong limitation in that case, e.g. if you want to install a voice, you need...

I checked again and I sorted out the UWP part, so now I'm actively working on a windows implementation.

@dlutton This took me ages to finish, and sometimes I almost gave up. Not the best quality code I ever wrote, but it works. https://github.com/dlutton/flutter_tts/pull/320

@zsmiklos You install languages for the 'new' (winrt) speech syntesis in Windows. That can not be accessed by SAPI5, the 'old' (win32) speech synthesis. In flutter you can use windows...

@shirsho-12 Which plugins are missing? Could you copy the error messages?