Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I was looking for /dev/dsp or /dev/audio through terminal but I couldn't find either of the two. Is there any audio device on iOS 4 (specifically iPhone 4) for input or output?

share|improve this question
This technical question is probably more appropriate for stackoverflow.com than on apple.stackexchange. – hotpaw2 Oct 7 '11 at 22:42
Welcome to Ask Different! Questions about development are off-topic for this site. You might try www.stackoverflow.com. Please take a look at the FAQs for more info. Thanks. – Nathan Greenstein Oct 8 '11 at 1:48

closed as off topic by Nathan Greenstein Oct 8 '11 at 1:48

Questions on Ask Different are expected to relate to Apple hardware or software within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The only exposed API to use the audio hardware under iOS is the RemoteIO Audio Unit API. The driver for the audio input/output hardware does not seem to be exposed via a *nix device on Mac OS X, or in its iDevice derivatives.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.