SaifAqqad/AHK_MicMute

[Request] Set Output Device for PTT Sound Feedback

Uronic opened this issue · 6 comments

Currently, there is no way to set another output device for MicMute. I tried it through the windows settings as well and it does not really change it either.

Hey, I've looked into this and it looks like there's no easy way to implement it, I would need to use Windows's WASAPI which I'm not familiar with at all (right now MicMute just uses a simple call to PlaySound)

Hey, I've looked into this and it looks like there's no easy way to implement it, I would need to use Windows's WASAPI which I'm not familiar with at all (right now MicMute just uses a simple call to PlaySound)

I am not really too familiar or experienced with AHK and all of this but I desperately went to google in an attempt to help and found something about BASS Library. I am probably not helping but I thought it was worth a try.

I've looked into this bass library and it looks surprisingly good and easy to use. I'll see what I can do :D

A volume slider for the sound feedback would be a nice touch in my opinion.

Edit: Enjoying the dev build by the way.

You can use the windows volume mixer for that, it works with both the dev build and older versions

Done in Development Build.