Reply To: trying to use two "say" statements

Home Forums OpenEars trying to use two "say" statements Reply To: trying to use two "say" statements

#1022202
Halle Winkler
Politepix

OK, there shouldn’t be any kind of timing- or pausing-related need – you can just give the first “say:” in viewDidLoad (or whatever method contains the first speech requirement) and then, for example, give the second one in the callback once it is called. Don’t do anything with threads, sleeping, anything like that, just use the fact that the callback was called as the event which tells you to make the second call to the say method.