Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to record actual sound on the simulator using mic

Is it possible record the actual sound on the simulator using the mic.
I have created the recorder which record the sound in simulator but not recording the actual audio its just null(empty) audio.

like image 661
Dilip Avatar asked Nov 20 '13 07:11

Dilip


People also ask

Is it possible to make a recording of the way you hear your own voice?

Yeah, sure! You must record the voice with at least three mics, I guess. You must place two identical mics in the positions, where your ears are located, so they pick up the room sound the way you hear it.

How do I record my original voice?

Record your voice using an AppEasy Voice Recorder (Android) - this app provides an easy way to record audio with your phone. Hi-Q MP3 Voice Recorder (Android) - Hi-Q is a powerful voice recorder app. Voice Recorder & Audio Editor (Apple) - voice recorder for the iPhone and iPad.


1 Answers

The old answer for this question is now incorrect; the iOS Simulator now supports audio input/recording.

Pic below related: where you set your audio input device (defaults to your system default)

Also be warned, some online Apple dev docs still say audio input is unsupported by the simulator ("as of 8.2") even though it is with newer versions...

Edit: Screenshot from OS X 10.12 (Sierra), Xcode 9.1 (function is also available in later Xcode 8, > 8.2)

Photo of Audio Input Selection Menu on Simulator

like image 110
mix0lydian Avatar answered Nov 03 '22 00:11

mix0lydian