Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mute is not working #2

Open
YUCLing opened this issue Jun 18, 2024 · 6 comments
Open

Mute is not working #2

YUCLing opened this issue Jun 18, 2024 · 6 comments

Comments

@YUCLing
Copy link

YUCLing commented Jun 18, 2024

This does make the gain sync with Windows volume, but the mute is not synced. The only way to mute is to drag the volume all the way down to 0.

@codeabuse
Copy link

#3

For review

@not-holar
Copy link
Owner

Muting is properly implemented in the Voicemeeter Input virtual device (unlike volume). The signal should stop being sent to the input strip completely when the device is either at 0 volume or muted. (in both WASAPI and ASIO)

Therefore, muting should work without any implementation on this "add-on"'s side.

Could you please provide more details about how you have the voicemeeter input set up?

@codeabuse
Copy link

Muting is properly implemented in the Voicemeeter Input virtual device (unlike volume). The signal should stop being sent to the input strip completely when the device is either at 0 volume or muted. (in both WASAPI and ASIO)

Therefore, muting should work without any implementation on this "add-on"'s side.

Could you please provide more details about how you have the voicemeeter input set up?

I found the interface that is supposed to control audio mute, trying to play with it (unsuccesfuly yet, can't figure out how to properly initialize it like IAudioDevice)
image

@codeabuse
Copy link

Everything seems much easier, looks like I found the way and the IAudioMute is not needed at all.

@EdTheLoon
Copy link

I can confirm mute is not working for me either. When I press the mute button on my keyboard, the windows sound taskbar icon, xbox game bar or ear trumpet taskbar icon the channel does not mute. All the icons related to windows, ear trumpet, xbox game bar etc will all change at the same time to reflect being muted/unmuted. However the strip in voicemeeter remains the same.

Screenshot 2024-11-08 105557
Screenshot 2024-11-08 105640

@CaCTuCaTu4ECKuu
Copy link

CaCTuCaTu4ECKuu commented Nov 9, 2024

As gentleman above said. Mute is not working

Windows 11 23H2 22631.4317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants