xenolightning / AudioSwitcher

.NET Library which facilitates interacting with Audio Devices on Windows
Microsoft Public License
248 stars 53 forks source link

Extend Api to include Speaker Config Manangement #17

Closed xenolightning closed 9 years ago

xenolightning commented 9 years ago

Extend the Api to be able to query and update the current speaker configuration on any supported device.

Docs of relevance:

IAudioChannelConfig https://msdn.microsoft.com/en-us/library/windows/desktop/dd370862%28v=vs.85%29.aspx

KSAUDIO_CHANNEL_CONFIG https://msdn.microsoft.com/en-us/library/windows/hardware/ff537083%28v=vs.85%29.aspx

xenolightning commented 9 years ago

This no longer looks possible in Windows Vista and above.

xenolightning commented 9 years ago

Preeeeetttty fucking sure you can't do this at all unless you have access to drivers.

Closing.