Seems I solved my own problem.
I found out how to remove the references in build settings, but that wasn’t it.
I was using this with the older code:
[code]
// [self.fliteController say:[NSString stringWithFormat:@” “] withVoice:self.slt];
// looks like this flite kickstart is no longer needed
[/code]
I found that the sentence I wanted spoken came out sooner, if this was sent shortly beforehand.
In the new OpenEars, it stops it saying what’s coming next, and you hear nothing.
Cheers, Art.