Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)