From 1c113ce9a56565c95d32168c9c3ab80a30dc476e Mon Sep 17 00:00:00 2001 From: Devin Collins <3997333+ImDevinC@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:24:10 -0800 Subject: [PATCH] docs: Add README with action summaries Adds a README file documenting the plugin's two actions: - Set Device: sets audio output to a specific device - Toggle Output: toggles between two configured devices --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..88a2523 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Audio Switcher + +A StreamController plugin for managing audio output devices on Linux using PulseAudio. + +## Actions + +### Set Device +Sets the default audio output to a specific configured device and port. + +### Toggle Output +Toggles between two pre-configured audio output devices with optional port selection.