Control input microphone volume with TrackBar * Locked
Posted: Sun Feb 14, 2010 12:31 am
i, I want to know how to control input microphone`s volume with TrackBar
Sharing, Teaching and Supporting coders of all ages and levels since 2009
https://www.codenstuff.com/forum/
Imports WaveLib.AudioMixer
Dim mMixers As New Mixers
mMixers.Recording.Lines.GetMixerFirstLineByComponentType(MIXERLINE_COMPONENTTYPE.SRC_MICROPHONE).Selected = True
TrackBar1.Minimum = 0
TrackBar1.Maximum = 100
TrackBar1.Value = 20
mMixers.Recording.Lines.GetMixerFirstLineByComponentType(MIXERLINE_COMPONENTTYPE.SRC_MICROPHONE).Volume = TrackBar1.Value