Skip to content

Instantly share code, notes, and snippets.

@dan
Created May 10, 2011 16:31
Show Gist options
  • Save dan/964832 to your computer and use it in GitHub Desktop.
Save dan/964832 to your computer and use it in GitHub Desktop.
Disable Skype Auto-Gain
~/Library/Application Support/Skype/shared.xml
After <VoiceEng>
Add
<AGC>0</AGC>
Can also disable echo cancelation you could do so by adding the following line:
<EC>0</EC>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment