App is accessing iPad microphone

168 views Asked by At

I'm currently working on an app that uses the Mobile Csound API to create a synthesizer. For some reason, the app accesses the iPad's microphone when running on the device, but not when running on the simulator. Does anyone know why that might be occurring?

Thanks, Nick

1

There are 1 answers

1
Jon Brooks On

In my experience, the simulator doesn't have access to these sorts of hardware-level things. I've never had success in capturing either audio from a mic or video from a camera. In the case of video, the 'device' claims not to have a camera.

Edit: this very old link suggests that it may be possible for audio, so my answer may be wrong...