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

Commit 6c30cfb0 authored by James Dong's avatar James Dong Committed by Android Git Automerger
Browse files

am a8ce7736: am 35e8dcb9: Merge "Suppress the recording sound in the recorded...

am a8ce7736: am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread

* commit 'a8ce7736':
  Suppress the recording sound in the recorded video
parents 93fde210 a8ce7736
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;