-
Notifications
You must be signed in to change notification settings - Fork 32
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
Muting a single channel mutes all channels with pulseaudio installed #70
Comments
There's currently no direct pulseaudio support and we haven't found anyone who is willing to work on it. |
Yep, for me the whole purpose of PNMixer is to have a good sound mixer for systems that don't have pulseaudio. |
Refuse to start would be quite harsh :) I'd say we can make the README more explicit about it. But if someone wants to work on pulseaudio support, why not. |
I'm not the guy for this, sorry ;) |
Hi @milos3, if you wish you can checkout the latest PNMixer version (branch Master) and give it a try. It seems that there have been some improvements with PulseAudio after we rewrote PNMixer, but we need more tests since none of us (developers) use PA. Feedback appreciated ! |
I just tried the new build and it's pretty much the same as before. Is still mutes all channels when muting a single channel with HDA Intel device. But at the end it still works fine with default device. |
OK, thx for the feedback. I don't think there will be any improvement on that matter until someone is really willing to write a pulseaudio backend for pnmixer. But it's always good to have up-to-date feedback, at least we know were we are now. Thx :) |
I did run in same issue here in fedora 26. |
I don't know what that means. That could run any kind of code/command, depending on your setup. |
This is a standard keyboard command fn+audiomute |
I am pretty sure it does nothing, except when your DE (or wm, or xbindkeys, or whatever) is set up to do something with it. So unless I know what code gets actually triggered for you, I cannot comment on that. |
Which command should i use to mute/unmute my card? |
Use alsa, e.g. |
This works out of box, switching sound on/off:
|
See the initial post in this thread. You also have to select a card to reproduce the issue. |
All i know is that i can mute/unmute with command line or keyboard, but not if i use checkbuttons from popup-window or popup-menu. |
this is my device
|
Please read the first post in this issue. It describes the problem perfectly and it is reproducible with all alsa mixers I know of. Try it with There are also referenced bug reports in the first post which give further information on the problem. There is only one solution: implementing a pulseaudio backend. |
Yes, i can reproduce it with using xfce-mixer or any other as mixer device for pnmixer. Edit: why not simple using 'amixer sset Master toggle' for the checkbutton. |
I'm not sure what that means. I think you misunderstand how pnmixer works. Pnmixer doesn't use any "backend" except alsa. The configurable mixers are just arbitrary commands that are run when you click on the Mixer button for example. They have nothing to do with the audio code. And I am pretty sure you haven't started
You haven't read the initial post and my follow-up explanations carefully. |
Common, i know how pnmixer works.
Why do you say that?...,I think you didn't understand what wrote in my first post. |
You were speaking about mixer backends (but there are none). Then you talked about a hotkey combination, where no one knows what it does. all alsa mixers have this problem. This is not pnmixer specific. This is a problem between alsa and pulseaudio communication. If you have an application where that works, then it doesn't use alsa.
If MATE comes with pulseaudio support... then alsa mixers are a wrong decision anyway. Use a pulseaudio mixer. |
Using Xubuntu 14.04 on a Intel laptop. Without pulseaudio muting/unmuting a single channel works normal. But when pulseaudio is installed:
This is a suppose pulseaudio bug which happens when muting a single channel through alsa. The bugs can be found at https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986 and https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1026331.
One possible solution would be to mute/unmute through pulseaudio when it's installed instead of alsa?
The text was updated successfully, but these errors were encountered: