Windows 10 Windows Core Audio API : How can I access multiple Volume levels of a USB Device

  • Thread starter Thread starter kinaar
  • Start date Start date
K

kinaar

For an audio device Control Software we need to access the different Windows volume levels of our device (Speaker level and Microphone level). We are using the Windows Core Audio API and right now we are able to access the Speaker level using a IAudioEndpointVolume. But for the Microphone level, as the control is located in the Speaker window, it becomes a bit tricky and we didn't managed yet.Screenshot of the ControlsWe tried to get a IAudioEndpointVolume out of the Capture device :// Activate Callback for Input device_enumerator->GetDefaultAudioEndpoin

Continue reading...
 
Back
Top