-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to capture from specific device #56
Comments
Looks like there are some devices listed here that are not capture devices.
ID's
But it is not the case for Playback devices.
In playback devices, Capture devices are not to be seen. |
I don't see an issue, or perhaps I didn't understand you. What do you get from The point of enumeration is that you get a list of possible devices, and you pick and choose one, I don't think there is any guarantee here, anyway, these are bindings, and even if there is an issue it will not be solved here. |
Hi @gen2brain, I think the code is too much in the previous comment. The Issue I faced initially:
If it helps anyone, I will attach |
Hi,
I am unable to capture from a specific device, but I am able to play back. The code structure remains the same and is derived from the examples.
If I comment
deviceConfig.Capture.DeviceID = infos[id].ID.Pointer()
, then I get audio captured from the default stream.When this line is enabled, the callback is triggered and I received 640 bytes of zeroes. No data is received.
Am I missing something here?
The text was updated successfully, but these errors were encountered: