From a7ac739b74428539ad8087a389c9de81081d1a93 Mon Sep 17 00:00:00 2001 From: James Dong Date: Tue, 4 Jan 2011 17:34:44 -0800 Subject: Suppress the recording sound in the recorded video bug - 3309194 Change-Id: Ib8fb248943bc22f963d67537bfdbc6056c5a159b --- include/media/stagefright/AudioSource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/media/stagefright/AudioSource.h b/include/media/stagefright/AudioSource.h index a5cec78..d484d60 100644 --- a/include/media/stagefright/AudioSource.h +++ b/include/media/stagefright/AudioSource.h @@ -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; -- cgit v1.1