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.
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.