Created
November 24, 2011 18:32
-
-
Save kalv/1391982 to your computer and use it in GitHub Desktop.
How to turn off skype automatic gain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Library/Application\ Support/Skype | |
ruby -e 'puts File.read("shared.xml").to_s.gsub("<VoiceEng>","<VoiceEng>\n<AGC>0</AGC>\n<EC>0</EC>")' > new_shared.xml | |
mv shared.xml shared.xml.bak | |
mv new_shared.xml shared.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment