I'm struggling with a recent bug in iOS 16.
There are various errors and bugs Currently struggling with AVSpeechSynthesizer. AutoReleasePool crashes frequently.
I also posted a similar post on the forum before.
https://developer.apple.com/forums/tags/speech
There seems to be a lot of similar cases in the forum posts above.
When AVSpeechSynthesizer is stopped, it does not stop immediately, but continues to play to the end.
In that situation, even if you stop again, you lose control and cannot stop.
Is there any way to stop the currently playing sound at will when I lose control like this?
(I was also able to confirm that the error persisted without being fixed when I tested it on a device that just installed the 16.2 beta.)