System administration, processes administration, jobs, cron, resources, limits, shells, ssh, telnet.

Advertisement


DNS query tools & Network tools (Ping & Traceroute)

Windows XP Microphone volume drops unexpectedly / auto adjusts to low value

Postby mandrei99 » Thu Feb 18, 2010 11:24 pm

Windows XP Microphone volume drops unexpectedly / auto adjusts to low value

On windows XP I have just met a very strange behavior: The microphone volume drops unexpectedly to a very low value making online conversations impossible. My guess was that Skype was to blame here and, after searching the web, I found an interesting post which explained how to "clean" skype of this inadequate behavior.

Open Windows Explorer (sounds very bad :D ) and go to C:\Documents and Settings\User\Application Data\Skype and open the shared.xml file with a nice editor (Writer).

Then go to the <VoiceEng> xml tag that should look like this:
Code: Select all
    <VoiceEng>
      <AGC>1</AGC>
      <MicVolume>5</MicVolume>
    </VoiceEng>


Change the first tag to 0 and the second one to 100 (or whatever you want) like below:
Code: Select all
    <VoiceEng>
      <AGC>0</AGC>
      <MicVolume>100</MicVolume>
    </VoiceEng>


Note:
For Skype v 2.5:
255 is max volume and 0 = low. Range is 0 (off) to 255 (maxim)
255 could be much too high, so please reduce if necessary
For Skype 2.6/3:
100 is maxim volume and 0 = low. Range is 0 (off) to 100 maxim.

If the volume is too high, the sound will be dropped and clipped.
AGC setting to 0 will disable control of audio devices.
mandrei99
 
Posts: 12
Joined: Tue Aug 04, 2009 4:16 pm


Advertisement


Return to System administration

Similar topics


Who is online

Users browsing this forum: No registered users and 0 guests

cron