Michael Whapples

Results 37 comments of Michael Whapples

> As a curiosity, can you reproduce this with the NVDA OneCore driver? If so, how about Narrator with a OneCore voice? Interestingly I cannot reproduce it with the OneCore...

> Given that, my guess is that OneCore itself pads the end of speech with a little bit of silence, but eSpeak does not. The same is true of our...

> It might be interesting for you to experiment as I suggested above - feed a short chunk of silence in idle() - to at least see how much silence...

@seanbudd if a windows version no longer being supported is valid as a reason to close, can I ask what the policy would be regarding Java versions? My thought here...

This is also an issue in IntelliJ, PyCharm, etc, point being these are newer than AndroidStudio's editor and there are no fixes coming down the pipe from those. I cannot...

Problems with this. 1. cdll does not automatically mean .so, think about MacoSX with .dynlib, there may be other platforms. 2. Is this really a good assumption? The bindings are...

This is where a Cython or Python C extension works better as they get linked like any other C or C++ application would and so would not require this macro...