Skip to content

Instantly share code, notes, and snippets.

@kalv
Created November 24, 2011 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalv/1391982 to your computer and use it in GitHub Desktop.
Save kalv/1391982 to your computer and use it in GitHub Desktop.
How to turn off skype automatic gain
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