Merge branch 'audiorecorder-3.2.47'
This commit is contained in:
commit
ef9d7bc872
2 changed files with 2 additions and 7 deletions
|
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 26
|
||||
versionCode 304
|
||||
versionName "3.2.46"
|
||||
versionCode 305
|
||||
versionName "3.2.47"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue