Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 1 match
- Fri May 04, 2018 2:27 am
- Forum: Bug Reports
- Topic: [Windows 10] Volume control
- Replies: 10
- Views: 10167
Re: [Windows 10] Volume control
Had a look at EventGhost code and it turned out that it calls Windows API's mixerGetLineInfo with mixer line type of MIXERLINE_COMPONENTTYPE_DST_SPEAKERS, so understandably it does not work correctly with headphones. I wrote a simple C++ volume control app that I now call in EventGhost (Windows ...