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
Hello,
break command is not working. it is simply discarding the text before the command
str:
import speech, speech.commands, time, core
sequence=("first", speech.commands.BreakCommand(time=5432), "second")
core.callLater(1234, speech.speak, sequence)
result:: only second is spoken
expected result: first should be spoken first, followed by a pause, and then second.
The reason I feel thisw is important is that, no matter what I do, my models do not seem to make a pause when encountering a comma, so I am trying to insert it manually.
\thanks.
The text was updated successfully, but these errors were encountered:
I was using the latest commit. I now tried the latest release and it is working, only it does seem not to respect the time parameter, the pause is always the same. Any chance of getting the latest commit working? the say all fix is quite important.
Thanks,
I saw a commit claiming a fix for a break command. was it related to this issue? because I can still reproduce it with the latest commit. I am asking since it might be that my deployment is wrong, I simply copied the synth drivers and global plugins folder over, rather than building the addon with scons.
Thanks.
Hello,
break command is not working. it is simply discarding the text before the command
str:
import speech, speech.commands, time, core
sequence=("first", speech.commands.BreakCommand(time=5432), "second")
core.callLater(1234, speech.speak, sequence)
result:: only second is spoken
expected result: first should be spoken first, followed by a pause, and then second.
The reason I feel thisw is important is that, no matter what I do, my models do not seem to make a pause when encountering a comma, so I am trying to insert it manually.
\thanks.
The text was updated successfully, but these errors were encountered: