DescriptionAn improved fix for TTS Extension API problems on Windows.
The Windows speech API doesn't have a Stop function, and
we were using Pause before to implement this, but this meant
the utterance was still around, causing events from a
previous utterance to still get sent when speech was
resumed again. Instead, now we call Speak with an
empty string and cause it to flush the speech queue. This
ensures that only one utterance is active at a time.
BUG=94466
TEST=manual testing with several talking extensions
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99015
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|