diff options
author | James Dong <jdong@google.com> | 2011-01-05 17:57:55 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-01-05 17:57:55 -0800 |
commit | 6c30cfb0c5da16c44cc69b2d2282012aed903dc4 (patch) | |
tree | d7b6ff0c1f6893c6841814de53822f0e48bd0c06 /include | |
parent | 93fde2109ee9022f84431e85b1419371d18db860 (diff) | |
parent | a8ce773607c26dd4336f57856afce507fb98a279 (diff) | |
download | frameworks_base-6c30cfb0c5da16c44cc69b2d2282012aed903dc4.zip frameworks_base-6c30cfb0c5da16c44cc69b2d2282012aed903dc4.tar.gz frameworks_base-6c30cfb0c5da16c44cc69b2d2282012aed903dc4.tar.bz2 |
am a8ce7736: am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread
* commit 'a8ce773607c26dd4336f57856afce507fb98a279':
Suppress the recording sound in the recorded video
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; |