Search code examples
androidrecording

Record Android Audio Output


Many people are asking for this, no one seems to have an answer so I do neither.

How is it possible that some apps serve the function to record the audio output of the android system? Everything I am finding is the very same tutorial on 1432 different sites where you can record MIC input. I don't care about mic input, I want the audio output and just can't imagine how to access it.

If everyone can get me on the right way, I would be so happy.


Solution

  • In Android 10, they have introduced Audio Playback Capture API using which we can capture the Audio being played by other applications. But it's not available in previous android versions.

    An app X can also prevent any other app from listening, if that app hasn't added any constraint then this API can be used.