- Home /
Unity doesn't work with Microsoft cognitive SpeechToText iOS SDK
I am using Unity 5.3 and the latest MS STT iOS SDK. If I set UnitySetAudioSessionActive(1), the MS STT will give me an error status - SpeechClientStatus_MicrophoneUnavailable at the second time when I invoke the speech recognition.
The reason that I had to call the UnitySetAudioSessionActive(1) is that after I use the MS speechToText, my IOS application can't play a audio clip without any error. This is the only way I found that I can hear the audio clip again.
Your answer
Follow this Question
Related Questions
Microphone on iOS check if permission given 2 Answers
How to force audio through iPhone loudspeaker when microphone is being used? 1 Answer
Microphone.Start() stops audio from playing on ios 2 Answers
How to use the Microphone class to record multiple AudioClip's 1 Answer
compress recorded audio in an app? 0 Answers