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

Does anyone know if it is now possible to record the audio output of Soundpool events directly to a file? Everything I've read online seems to point to it not being (or at least previously not being) possible, and that the only way of doing it is to capture the audio using the mic. Surely there must be a way of capturing Soundpool's output directly?!

Thanks.

share|improve this question
Only by writing the audio data to disk yourself (i.e. as you start a given sample in a SoundPool, write that same sample to a file on disk or to an encoder). There's no API for recording audio playback in Android. – Michael Jan 8 at 9:53

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.