How Can We Help?
Try the following sample code:
videoGrabber->SetAudioDevice(idx);
videoGrabber->SetRawAudioSampleCapture(TRUE);
videoGrabber->SetOnRawAudioSample(g_OnRawAudioSampleCb);
videoGrabber->StartAudioRendering();
Try the following sample code:
videoGrabber->SetAudioDevice(idx);
videoGrabber->SetRawAudioSampleCapture(TRUE);
videoGrabber->SetOnRawAudioSample(g_OnRawAudioSampleCb);
videoGrabber->StartAudioRendering();