Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm making a couple audio apps, and one snag I've run into several times is code I write for the iPhone doesn't work on the iPod Touch.

When using low-level audio, having no audio input route can crash the app when initializing an audio session.

Is anyone aware of how to simulate no available audio input in the iPhone simulator?

EDIT: the iPod Touch is crashing on:

XThrowIfError(AudioSessionInitialize(NULL, NULL, sessionInterruptionListener, self), "Initialize Session");
share|improve this question
Could you post the code that's crashing on iPod Touch? – Art Gillespie Aug 26 '10 at 15:30
Are you doing any other AudioToolbox or AudioSession related calls before the statement that crashes? – hotpaw2 Aug 26 '10 at 20:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.