Skip to content

Commit a7ac739

Browse files
author
James Dong
committed
Suppress the recording sound in the recorded video
bug - 3309194 Change-Id: Ib8fb248943bc22f963d67537bfdbc6056c5a159b
1 parent 06fccc3 commit a7ac739

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)