You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@8o8inCodes, is there a way to do it so that power shell is not required in windows?
I AM having problems with the stop function. It will end the child process of the event, but not the child process (power shell) that gets kicked off in Windows, so speech runs on.
So in my case while trying to run the example it gave me this error:
In order to fix it, I went to the "win32.js" at "say/platform/win32.js" and changed the "COMMAND" constant from 'powershell' to 'start /b powershell'
That fixed the issue.
The text was updated successfully, but these errors were encountered: