Merge "Suppress the recording sound in the recorded video" into gingerbread

This commit is contained in:
James Dong
2011-01-05 17:53:18 -08:00
committed by Android (Google) Code Review

View File

@@ -54,11 +54,11 @@ private:
// After the initial mute, we raise the volume linearly // After the initial mute, we raise the volume linearly
// over kAutoRampDurationUs. // over kAutoRampDurationUs.
kAutoRampDurationUs = 300000, kAutoRampDurationUs = 700000,
// This is the initial mute duration to suppress // This is the initial mute duration to suppress
// the video recording signal tone // the video recording signal tone
kAutoRampStartUs = 700000, kAutoRampStartUs = 1000000,
}; };
AudioRecord *mRecord; AudioRecord *mRecord;