diff options
| author | 2011-01-05 17:53:18 -0800 | |
|---|---|---|
| committer | 2011-01-05 17:53:18 -0800 | |
| commit | 35e8dcb9df8c3d77ede120e3f1aaf842b2928639 (patch) | |
| tree | 97ddf60fc1901941ce1221bcf70a701a4974c862 | |
| parent | 69ea4e15e52c456537575d21443ac1efdb03a902 (diff) | |
| parent | a7ac739b74428539ad8087a389c9de81081d1a93 (diff) | |
Merge "Suppress the recording sound in the recorded video" into gingerbread
| -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 a5cec7871e4d..d484d60b31db 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; |