You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SpeechController module, there is an explicit unwrapping of the speechRequest, which is causing a nil issue, particularly in iOS 17. This nil issue arises when tapping the screen while recording, which previously resulted in displaying existing text but is now malfunctioning due to the nil issue with the speechRequest. And, does it affect the usage of AVAudioPlayer?
The text was updated successfully, but these errors were encountered:
In the SpeechController module, there is an explicit unwrapping of the speechRequest, which is causing a nil issue, particularly in iOS 17. This nil issue arises when tapping the screen while recording, which previously resulted in displaying existing text but is now malfunctioning due to the nil issue with the speechRequest. And, does it affect the usage of AVAudioPlayer?
The text was updated successfully, but these errors were encountered: