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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top