How to record audio while played back by oboe at the same time

430 views Asked by At

I am using library that uses oboe to play audio and I would like to record it. Is it somehow possible ?

1

There are 1 answers

2
donturner On

To do this you'd need access to the data which is being written into the audio stream inside Oboe's onAudioReady method. Once you have that you can copy the contents of it into a file.