Merge branch 'audiorecorder-1.2.7'

This commit is contained in:
Alexey Kuznetsov 2017-02-11 15:43:56 +03:00
commit 5ea18474a5
2 changed files with 3 additions and 2 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23
versionCode 94
versionName "1.2.6"
versionCode 95
versionName "1.2.7"
}
signingConfigs {
release {

View file

@ -47,6 +47,7 @@ public class Sound {
am.setStreamVolume(AudioManager.STREAM_RING, am.getStreamVolume(AudioManager.STREAM_RING), AudioManager.FLAG_SHOW_UI);
}
}
soundMode = -1;
}
public AudioTrack generateTrack(int sampleRate, short[] buf, int len) {