am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread
* commit '35e8dcb9df8c3d77ede120e3f1aaf842b2928639': Suppress the recording sound in the recorded video
This commit is contained in:
@@ -54,11 +54,11 @@ private:
|
||||
|
||||
// After the initial mute, we raise the volume linearly
|
||||
// over kAutoRampDurationUs.
|
||||
kAutoRampDurationUs = 300000,
|
||||
kAutoRampDurationUs = 700000,
|
||||
|
||||
// This is the initial mute duration to suppress
|
||||
// the video recording signal tone
|
||||
kAutoRampStartUs = 700000,
|
||||
kAutoRampStartUs = 1000000,
|
||||
};
|
||||
|
||||
AudioRecord *mRecord;
|
||||
|
||||
Reference in New Issue
Block a user