Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upsilence synth driver: Update lastIndex #4225
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by James Teh <jamie@... on 2014-06-26 08:02
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by James Teh <jamie@... on 2014-06-26 08:02
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by jteh on 2014-07-17 02:02 |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by James Teh <jamie@... on 2014-07-17 02:16
Changes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedJun 26, 2014
Reported by jteh on 2014-06-26 07:45
If you perform a say all with the silence synth driver selected (which might be done particularly for automated testing), you'll only get the first 10 lines or so. This is because it doesn't set lastIndex, so say all thinks it has to wait for the synth to catch up, which won't ever happen. We should set lastIndex as if the speech happened instantaneously.