Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个音量调节器,这样我就不必在吵闹的场景中不断降低音量,在对话期间提高音量。潘多拉上的广告炸我的耳鼓也很烦人。
有什么办法可以得到发送到扬声器的音量?如果我能得到那个数字,我可以通过编程方式调高和调低音量。
为此,您可以尝试使用 PInvoke 命令 waveOutSetVolume:
http://pinvoke.net/default.aspx/winmm/waveOutSetVolume.html
还有一个对应的waveOutGetVolume来读取当前音量。