Microphone on iOS don't work

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By erik2019S

I can get the microphone to work on iOS. The microphone works on my desktop, but when I export it to my iOS devices. I do get the “approved microphone” when I open the app. But its total silent.

:bust_in_silhouette: Reply From: Calinou

This is a known bug: AudioStreamMicrophone is broken on iOS hardware · Issue #33885 · godotengine/godot · GitHub

I did take a look. And it looks like there is no fix yet for this… :confused:

erik2019S | 2021-10-11 18:24

:bust_in_silhouette: Reply From: audiosdroid

I developed a Godot iOS plugin that solves the Godot audio recording issue and playback issue in iOS devices. Please see the GitHub repo:

Thanks!