diff options
author | James Dong <jdong@google.com> | 2011-01-05 17:53:18 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-05 17:53:18 -0800 |
commit | 35e8dcb9df8c3d77ede120e3f1aaf842b2928639 (patch) | |
tree | 97ddf60fc1901941ce1221bcf70a701a4974c862 /include | |
parent | 69ea4e15e52c456537575d21443ac1efdb03a902 (diff) | |
parent | a7ac739b74428539ad8087a389c9de81081d1a93 (diff) | |
download | frameworks_base-35e8dcb9df8c3d77ede120e3f1aaf842b2928639.zip frameworks_base-35e8dcb9df8c3d77ede120e3f1aaf842b2928639.tar.gz frameworks_base-35e8dcb9df8c3d77ede120e3f1aaf842b2928639.tar.bz2 |
Merge "Suppress the recording sound in the recorded video" into gingerbread
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/AudioSource.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |