AVSpeechSynthesizer pauseSpeakingAtBoundary: does not pause large queues

Originator:eduz07
Number:rdar://14825887 Date Originated:23-Aug-2013 10:57 PM
Status:Open Resolved:
Product:iOS SDK Product Version:7.0 beta5
Classification:Serious Bug Reproducible:Always
 
Summary:
AVSpeechSynthesizer pauseSpeakingAtBoundary: does not pause large queues after it starts to speak.

Steps to Reproduce:
1 - Create an AVSpeechSynthesizer object
2 - call - (void)speakUtterance:(AVSpeechUtterance *)utterance many times with reasonably large texts (e.g. RSS news)
3 - call - (BOOL)pauseSpeakingAtBoundary:(AVSpeechBoundary)boundary

Expected Results:
AVSpeechSynthesizer to pause speaking.

Actual Results:
AVSpeechSynthesizer continues to speak until the end of the queue.

Regression:
Maybe AVSpeechSynthesizer is not handling commands to pause or stop correctly when it have many utterances to speak with large text. If it has some kind of text size limit please let me know.


Notes:
-

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!