You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to find a way, having retrieved reference to the device, of enumerating the properties (such as channel count, sampling rate, whether it allows exclusive mode access etc).. The Visual Studio object browser contents seem to imply the answer is "No", though it looks like some classes internally do reference or use the properties..
The text was updated successfully, but these errors were encountered:
Currently it does not expose the information via the public API.
You are correct in finding the internal classes linked to the intention to expose that information to the consumer. Setting the sample rate/bit depth and speaker configuration programmatically was the ultimate goal.
I did get most of the way to completing this functionality, but it requires a little bit of a re-design before pushing into the main branch.
As part of this I had intended to include the jack properties, such as microphone boost.
I'll mark this as an enhancement. I'd like to get it working :)
I'm trying to find a way, having retrieved reference to the device, of enumerating the properties (such as channel count, sampling rate, whether it allows exclusive mode access etc).. The Visual Studio object browser contents seem to imply the answer is "No", though it looks like some classes internally do reference or use the properties..
The text was updated successfully, but these errors were encountered: