Merge branch 'audiorecorder-3.0.20'

This commit is contained in:
Alexey Kuznetsov 2017-07-07 13:26:34 +03:00
commit 9b7bd98707
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23
versionCode 184
versionName "3.0.19"
versionCode 185
versionName "3.0.20"
}
signingConfigs {
release {

View file

@ -613,7 +613,7 @@ public class RecordingActivity extends AppCompatActivity {
pitch.record();
AudioRecord rec = null;
AudioRecord rec;
int c = MainApplication.getInMode(RecordingActivity.this);
int min = AudioRecord.getMinBufferSize(sampleRate, c, Sound.DEFAULT_AUDIOFORMAT);