different-name / nix-files

My NixOS configuration files
GNU General Public License v3.0
3 stars 0 forks source link

Websites are able to control mic volume #43

Closed different-name closed 5 days ago

different-name commented 1 month ago

https://askubuntu.com/questions/279407/how-to-disable-microphone-from-auto-adjusting-its-input-volume/

Through WebRTC, websites are able to control microphone volume system wide...

different-name commented 1 month ago

Implemented an untested fix in https://github.com/Different-Name/nix-files/commit/849562a82f98ba48aa505df34446ed0bb8a2fbe9

different-name commented 1 month ago

Previous fix did not work, tried again with a catchall "application.process.binary" = "~.*";, this did not work either

different-name commented 2 weeks ago

image

Brave has an option in brave://flags/ to disable this behaviour, but would be nice to fix the config, I made another attempt at this in the commit above, but doesn't seem to work

different-name commented 5 days ago

Closing as the above solution works well