voice-overlay-ios icon indicating copy to clipboard operation
voice-overlay-ios copied to clipboard

Issue with Unwrapped SpeechRequest in SpeechController Causing Nil Issue in iOS 17

Open DELTRINSAM opened this issue 3 months ago • 1 comments

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?

DELTRINSAM avatar Apr 03 '24 05:04 DELTRINSAM