GrapheneOS / Camera

Modern camera app focused on privacy and security with QR & barcode scanning.
https://grapheneos.org/
MIT License
842 stars 85 forks source link

Disable including audio in-recording when it starts disabled #450

Closed MHShetty closed 1 month ago

MHShetty commented 1 month ago

Temporary workaround until we have a reliable way to start recording with mic mute while allowing the user to unmute the mic later

MHShetty commented 1 month ago

To keep track of the status of the issue being workaround here, here's the link to the issue filed at CameraX for the same: https://issuetracker.google.com/issues/354829267

MHShetty commented 1 month ago

The CameraX team has mentioned that they'll be overloading the withAudioEnabled method with a muted parameter to be to help resolve the issue we're facing at the moment (https://issuetracker.google.com/issues/354829267#comment2)