I found --
can add a small pause like the number count down:
10--9--8--7--6--5--4--3--2--1--
But I don't know how to add a long pause, for like 1 sec?
Any idea?
I found --
can add a small pause like the number count down:
10--9--8--7--6--5--4--3--2--1--
But I don't know how to add a long pause, for like 1 sec?
Any idea?
AVSpeechUtterance has postUtteranceDelay properity which decides the delay. utterance.postUtteranceDelay = 1.0f; // or 1s equaivalent to NSTimeInterval
@property(nonatomic) NSTimeInterval postUtteranceDelay Description The amount of time a speech synthesizer will wait after the utterance is spoken before handling the next queued utterance.
For a normal delay we can add a ":" (colon) between each of the words.
eg:-
the output will ----- " Time (delay) 20 minutes (delay) 15 seconds "