So, I'm trying to create my own text-to-speech setup. Problem I'm having is whenever I do a test run, the speech gets a bit choppy at the start kind of skipping over maybe a word or a few characters.
A few details:
- I've essentially built a separate class for handling the speech events.
- AVSpeechSynthesizer is set up as a private variable for the class so I don't expect deallocation to be the issue. Especially since it's a problem at the start.
- I've got a queue set up for what it's worth so that shouldn't be a problem.
I'd appreciate any advice.