I am using library that uses oboe to play audio and I would like to record it. Is it somehow possible ?
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.
onAudioReady
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.