We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69ea4e1 + a7ac739 commit 35e8dcbCopy full SHA for 35e8dcb
include/media/stagefright/AudioSource.h
@@ -54,11 +54,11 @@ struct AudioSource : public MediaSource {
54
55
// After the initial mute, we raise the volume linearly
56
// over kAutoRampDurationUs.
57
- kAutoRampDurationUs = 300000,
+ kAutoRampDurationUs = 700000,
58
59
// This is the initial mute duration to suppress
60
// the video recording signal tone
61
- kAutoRampStartUs = 700000,
+ kAutoRampStartUs = 1000000,
62
};
63
64
AudioRecord *mRecord;
0 commit comments