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

437 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 best solutions below

2
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.