Hi, I am trying to record from the microphone using the Microphone class, but running in simulator gives me: Starting microphone failed: "An error occurred trying to initialize the recording device. " (70)
It’s not supported on either through Unity, but you can write a native plugin to get it to work. I was able to get it to work well and can help if needed.
@vcheung-unity Mic and keyboard input are quite important for accessibility options in our app. Mic support is perhaps the most important feature we need at the moment and our biggest blocker.