Add hpmute command for headphone output mute #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
4ndr0m3d4/wave3ctl!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "thebrianbug/add-hpmute-command"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
get_hp_mute()/set_hp_mute()methods as a newhpmuteCLI commandtoggle_hp_mute()helper method to theWave3classUsage
Motivation
Setting
volume 0does not silence the headphone jack — audio still passes through. The headphone mute control (Entity 5, Mute selector) is already readable viadiscoverand the backend methods exist, but there was no CLI command to use them.Closes #1
Test plan
wave3ctl hpmute on— verify headphone jack goes silentwave3ctl hpmute off— verify audio resumeswave3ctl hpmute— verify toggle behaviorwave3ctl status— verify mute state displays correctlywave3ctl --help— verify updated usage textView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.