yacwc
This commit is contained in:
@@ -359,7 +359,8 @@ class SoundClassifier(
|
||||
return
|
||||
}
|
||||
val sharedPref = PreferenceManager.getDefaultSharedPreferences(mContext)
|
||||
val highPass = sharedPref.getInt("high_pass", 0)
|
||||
// val highPass = sharedPref.getInt("high_pass", 0)
|
||||
val highPass = 300;
|
||||
val butterworth = Butterworth()
|
||||
butterworth.highPass(6, 48000.0, highPass.toDouble())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user