Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

break command not working #9

Open
vortex1024 opened this issue Jun 23, 2023 · 3 comments
Open

break command not working #9

vortex1024 opened this issue Jun 23, 2023 · 3 comments

Comments

@vortex1024
Copy link

vortex1024 commented Jun 23, 2023

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.

@mush42
Copy link
Owner

mush42 commented Jun 24, 2023

What version you're using?

@vortex1024
Copy link
Author

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,

@vortex1024
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants