khanhuitse05 / speech-and-text-unity-ios-android

Speed to text in Unity iOS use Native Speech Recognition
MIT License
288 stars 124 forks source link

errorAudioEngine #15

Closed MatthewHallberg closed 2 years ago

MatthewHallberg commented 4 years ago

First of all I love this project you are amazing! Android works fantastic but when I call: SpeechToText.instance.StartRecording("say something..."); on iOS I get: errorAudioEngine Description: (null) in Xcode and nothing else happens. The result callback is never called. Any ideas?

khanhuitse05 commented 4 years ago

which version of iOS you are using? if your version is 13.2.x. Please check this link: https://forums.developer.apple.com/thread/125279

MatthewHallberg commented 4 years ago

yeah I am on 13.2 thanks so much for checking into it sorry I missed that. I will wait for the update.

AhmedTheGeek commented 4 years ago

this issue still happens on 13.3, any idea why?