Sound level

  • Thread starter Thread starter Tonio
  • Start date Start date
T

Tonio

Hi !

In the registry, I'm looking for the keys which can adjust the volume (play
volume, record volume, wave volume etc...)

Thanks for your help.

Tonio
 
In the registry, I'm looking for the keys which can adjust the volume (play
volume, record volume, wave volume etc...)

Go to www.sysinternals.com and download REGMON for your system.
http://www.sysinternals.com/ntw2k/source/regmon.shtml
and unzip the files.

Open the volume settings and start NTREGMON.EXE, and run the scan process.
Change the settings and stop scanning (there is an awful lot to see).
Highlight the entries where "SetValue" exist (Options -> Filter/Highlight).

You will discover that the registry entry depends on the hardware. If you
are planning to distribute this setting you will fail (most of the time for
different hardware). Use APIs instead for this purpose.

Ciao, Walter
 
Back
Top