algolia / voice-overlay-ios

🗣 An overlay that gets your user’s voice permission and input as text in a customizable UI
https://alg.li/voice
MIT License
544 stars 62 forks source link

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

Open DELTRINSAM opened 4 months ago

DELTRINSAM commented 4 months ago

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?

Karim-ezzedine commented 2 months ago

This is also happening with me on iOS 17 and the app is crashing on production, is there any solution??