squti/Android-Wave-Recorder

Double speed with onTimeElapsed

Closed this issue · 2 comments

When you are getting the timeElapsed and you have added waveConfig.channels = AudioFormat.CHANNEL_IN_STEREO it make the time elapse at double speed.

This can easily be reproduced by adding this line in the Sample.
waveRecorder.waveConfig.channels = AudioFormat.CHANNEL_IN_STEREO

squti commented

Thanks for your report. I will work on it.

squti commented

SOLVED