Skip to content

Commit 35e8dcb

Browse files
James DongAndroid (Google) Code Review
authored andcommitted
Merge "Suppress the recording sound in the recorded video" into gingerbread
2 parents 69ea4e1 + a7ac739 commit 35e8dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/media/stagefright/AudioSource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ struct AudioSource : public MediaSource {
5454

5555
// After the initial mute, we raise the volume linearly
5656
// over kAutoRampDurationUs.
57-
kAutoRampDurationUs = 300000,
57+
kAutoRampDurationUs = 700000,
5858

5959
// This is the initial mute duration to suppress
6060
// the video recording signal tone
61-
kAutoRampStartUs = 700000,
61+
kAutoRampStartUs = 1000000,
6262
};
6363

6464
AudioRecord *mRecord;

0 commit comments

Comments
 (0)