oboe_recorder_sample icon indicating copy to clipboard operation
oboe_recorder_sample copied to clipboard

I believe you have bug here: bufferLength = mTotalSamples / 3;

Open renetik opened this issue 1 year ago • 0 comments

If recording is too short or something, not sure really, but this can lead to wrong buffer size.. I had to change my code to size of 1024 because I had issues with this in my app, started from your example. Thanks anyway for your effort. This report is mine ;).

renetik avatar Dec 07 '22 09:12 renetik