Replies: 1 comment 6 replies
-
@Chesewip Looks like you may have removed my incomplete stubs in (You're free to name them whatever you want though!) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey yall,
I'm working over in C++ land for an unrelated project, and I'm trying to just switch a processes output device through the winapi. I found this repo which seems to be one of the only apps that utilizes the undocumented IAudioPolicyConfigFactory interface.
I have a pretty much identical setup from just converting things to C++, but when I actually call the functions like
SetPersistedDefaultAudioEndpoint or the get method, I'm getting crashes or just no returns at all. (The GetPersistedDefaultAudioEndpoint returns an OK HRESULT but does not fill the value).
I can succesfully build the factory
I'm pretty sure everything here matches the C# definitions ... but I'm having no results.
And I can run this at the same exact time I run the earTrumpet build, pass in the same PID and device ID, and no luck.
Any input or just information about this interface would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions