Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkarter/alfred-switch-audio
🔊 Switch Audio Output/Input with Alfred
https://github.com/dkarter/alfred-switch-audio
alfred-workflow alfred5 alfred5-workflow
Last synced: about 1 month ago
JSON representation
🔊 Switch Audio Output/Input with Alfred
- Host: GitHub
- URL: https://github.com/dkarter/alfred-switch-audio
- Owner: dkarter
- Created: 2022-07-31T05:47:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T15:58:04.000Z (7 months ago)
- Last Synced: 2024-08-01T16:52:34.452Z (3 months ago)
- Topics: alfred-workflow, alfred5, alfred5-workflow
- Homepage:
- Size: 1.17 MB
- Stars: 32
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :speaker: SwitchAudio Alfred Workflow
Yet another audio input/output switching interface for [SwitchAudioSource](https://github.com/deweller/switchaudio-osx/)
Tested with Alfred 5 and macOS Monterey.
## Motivation
All the other workflows I tried were incompatible with macOS Monterey, so I
figured it would be easier to just build my own## Prerequisites
You need to have both SwitchAudioSource and JQ installed on your mac. This is
most easily done via Homebrew:```bash
brew install switchaudio-osx jq
```Also you will need Alfred Powerpack. This workflow was tested with Alfred 5
only.## Installation
Download the workflow from GitHub the [latest release page](https://github.com/dkarter/alfred-switch-audio/releases/latest) and open it :)
## Usage
In Alfred type
`;so` — to switch output device
`;si` — to switch input device
## Screenshots
Output selection
![output selection](./screenshots/output.png)Input selection
![input selection](./screenshots/input.png)