 richardjrossiii
|
Hello, I am using flite in my app, and for the most part it is working great. However, I have hit a bit of a road block. When I have flite speak something in my app, there are two parts to it, and I need the second part to have a pause from the first part. I have tried the following characters to pause speech, so far none has worked:
π, \n, |, \, /, “, `, ~, ‘, ?, ., (, ), :, ;
None have worked so far, is there something I am missing?
|
 Halle
|
Hello,
I take it that it needs to be a longer pause than a space between words would accomplish? Have you tried making two subsequent calls to FliteController say:withVoice:?
|