This commit is contained in:
Alexey Kuznetsov 2018-12-19 12:56:17 +03:00
commit ca4ae96cd0

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 (Exception e) {
;
}
short[] dbBuf;
int dbSize;
int readSizeUpdate;