You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have arguments to this program. E.g.:
pacmixer --vol +1
pacmixer --mute and pacmixer --unmute
etc
Said commands would apply for the default device.
This would allow for extensibility and allow using it from other programs.
I would try to implement this myself, but I don't know objective C at all.
Edit: The intention with this is to be able to use the volume keys to lower or raise the volume. I don't know if there is a specific API that, for example, alsamixer used to achieve this.
The text was updated successfully, but these errors were encountered:
There was a plan for this indeed. But right now I'm not sure whether it's going to happen anymore. PA seems to be slowly phased out in favour of Pipewire. And I'm personally moving some of my audio stuff out to sndio.
It is not decided yet, but this project might possibly reach EOL soon.
Still, I'll keep this open for now.
It would be nice to have arguments to this program. E.g.:
pacmixer --vol +1
pacmixer --mute
andpacmixer --unmute
Said commands would apply for the default device.
This would allow for extensibility and allow using it from other programs.
I would try to implement this myself, but I don't know objective C at all.
Edit: The intention with this is to be able to use the volume keys to lower or raise the volume. I don't know if there is a specific API that, for example, alsamixer used to achieve this.
The text was updated successfully, but these errors were encountered: