Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91dcf151 authored by James Dong's avatar James Dong
Browse files

Suppress the recording sound in the recorded video

bug - 3309194

Change-Id: Ib8fb248943bc22f963d67537bfdbc6056c5a159b
parent 0f017640
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;