Thank you for your Wave Audio package! I find it is one of the best audio components for delphi.
Following your "Mixer Control" Demo, it is possible to enumerate all available audio channels for a certain mixer and it is also possible to change the selection
through
MixerLine.Mixer.Master.SelectedLine := MixerLine.ID;
Could it be also possible programmatically to disable one channel line?
In my case, I have two different microphone lines ("Front panel Mic" and "Microphone") and would like to disable (or even remove) programmatically one of them (the Operating system is Windows XP).
Many thanks
Best regards !