Merge branch 'audiorecorder-1.2.7'
This commit is contained in:
commit
5ea18474a5
2 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue