Home
last modified time | relevance | path

Searched refs:mSoundBotLimit (Results 1 – 1 of 1) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DRecorderRunnable.java80 private double mSoundBotLimit = 0.6; // we want to keep the sound level high field in RecorderRunnable
471 mSoundBotLimit -= 0.1; in AdjustSoundLevel()
475 double botThreshold = Short.MAX_VALUE * mSoundBotLimit; in AdjustSoundLevel()