changing audio properties

BlackCell

Member
Joined
Jan 17, 2006
Messages
5
Programming Experience
Beginner
Hi i am in the middle of developing an mp3 player for to interact with another program. it has been made but i want to add another feature.

i would like the program to change the audio settings in the record section. i would like a check box to switch between the Mic record and the Stereo mix record

can anyone help me out on this. i cannot find any thing on the net about it at all
 
That is not the easiest thing you can do...

Check out this article at The Code Project, a Library to control Windows Mixer from C# (well, at least it is in managed code ;) ) http://www.codeproject.com/useritems/AudioLib.asp

MSDN reference http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_audio_mixers.asp

If you want some more source examples, relate to the VB6 source at the bottom of this linked page http://www.mentalis.org/apilist/mixerOpen.shtml (audio input/output level example)
 
Back
Top