How to set speaker sound enhancement settings

2020-04-24 11:09发布

How can I programatically set those sound effects available from the Windows Speaker Settings (Enhancements tab)?

Spearker Properties - Enhancements tab

1条回答
地球回转人心会变
2楼-- · 2020-04-24 11:30

I am afraid of that this is not possible. See the comment of Maurits on his blog.

Each endpoint has two property stores; the "endpoint property store" displayed above, and the "effects property store." The endpoint property store is exposed to applications, but the effects property store is limited to:

1) the audio driver

2) the audio engine

3) the Sound control panel.

So only the user can view / change settings in the effects property store, and that only through the Sound control panel.

查看更多
登录 后发表回答