Merge branch 'audiorecorder-1.1.30'
This commit is contained in:
commit
193d73cfd2
2 changed files with 5 additions and 4 deletions
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 50
|
||||
versionName "1.1.29"
|
||||
versionCode 51
|
||||
versionName "1.1.30"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -282,8 +282,9 @@ public class PitchView extends ViewGroup {
|
|||
|
||||
y += dp2px(2);
|
||||
|
||||
float left = data.get(end);
|
||||
float right = data.get(end);
|
||||
float dB = data.get(end) / RawSamples.MAXIMUM_DB;
|
||||
float left = dB;
|
||||
float right = dB;
|
||||
|
||||
float mid = getWidth() / 2f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue