Daniel Lutton

Results 178 comments of Daniel Lutton

thank you @mvrsn and @wildsurfer, I'll commit some time into looking into this issue.

@drcdev I'm always open to PRs and thanks for suggesting it. My next target was going to be Windows anyways, however I was hoping for C# support. It doesn't look...

@vagoston that would be amazing if you can do a c++ implementation as I haven't had the time to implement that yet.

@0Vipin0 unfortunately no updates on my end as I haven't had the time to implement that yet. I am open to any PRs related to windows/linux support.

@vagoston unfortunately I don't have access to a windows machine right now, so feel free to send a PR when ready and I'll merge it in. Anything you can add...

@vagoston awesome, and don't worry about the code quality, this is open source (we aren't getting paid to do this) and can be improved upon over time. I'll get it...

@meowofficial do you have any other logs you could provide? I can't determine why it crashed based off your screenshot.

Thank you @AbdOoSaed , are you using `await flutterTts.awaitSpeakCompletion(true);` or `await flutterTts.awaitSynthCompletion(true);`?

try using the await keyword. Also I'll look into moving it into the dart code rather than the native code as you mentioned.