Show volume from Line In

  • Thread starter Thread starter Bender
  • Start date Start date
B

Bender

Hello,

I want to write a "little" program that shows the volume from the line-
in of my sound card, but I have no idea how to start on this.
Is there a possibility to use some existing libraries or does anyone has
an example on how to start with this ?

Thanx for any answer
 
If you want to use legacy APIs, I'd start by googling: "mixer", "MCI" and
"MMSystem" or "WinMM".
Or I'd guess you could use managed or unmanaged calls to DirectX.

hope that helps,
m
 
If you want to use legacy APIs, I'd start by googling: "mixer", "MCI" and
"MMSystem" or "WinMM".
Or I'd guess you could use managed or unmanaged calls to DirectX.

hope that helps,

Thanx,

I think this will help, now it's up to google :)
 
Back
Top