When I call function toggleSpeaking after SFSpeechRecognizer then I getting error "Failure starting audio queue ≥˚˛ˇ" error and speak does not working. If I didn't call SFSpeechRecognizer then toggleSpeaking works as expected.
Expected Results: AVSpeechSynthesizer.speak() should work when stopped SFSpeechRecognizer.
How could I fix this problem?