Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# VolumeMixer

A StreamController plugin for managing audio volumes through PulseAudio.

## Actions

- **OpenVolumeMixer**: Opens the volume mixer interface page and allows configuring the volume increment percentage.
- **ExitVolumeMixer**: Exits the volume mixer interface and returns to the previous page.
- **MoveLeft**: Navigates left to view additional audio inputs when more inputs exist than can be displayed at once.
- **MoveRight**: Navigates right to return to previously viewed audio inputs in the volume mixer.
- **VolumeUpKey**: Increases the volume of the associated audio input by the configured increment amount.
- **VolumeDownKey**: Decreases the volume of the associated audio input by the configured increment amount.
- **MuteKey**: Toggles the mute state of the associated audio input.
- **Dial**: Controls audio input volume via dial rotation and toggles mute with a short press (for Stream Deck Plus).