add error check for mic paused

This commit is contained in:
Alexey Kuznetsov 2018-12-19 11:59:49 +03:00
commit 812d24bf8c

View file

@ -231,11 +231,6 @@ public class AudioApplication extends com.github.axet.audiolibrary.app.MainAppli
e.encode(buffer, 0, readSize);
try {
Thread.sleep(100);
}catch(InterruptedException e) {
}
short[] dbBuf;
int dbSize;
int readSizeUpdate;