Join multiple audio outputs into synchronized PipeWire combined sinks ("parties").
Yojip is a lightweight command-line utility for Linux that lets you play audio through multiple output devices simultaneously using PipeWire. It automatically creates and manages combined sinks, making it easy to stream audio to speakers, headphones, Bluetooth devices, and other outputs at the same time.
- List available audio outputs
- Filter outputs to show only Bluetooth devices
- Create synchronized combined sinks across multiple devices
- Create parties using only Bluetooth outputs
- Update existing party with current outputs
- List outputs currently in the party
- Automatically set the combined sink as the default output
- Remove combined sinks when no longer needed
- Simple CLI interface
yojip outputs List available audio outputs
yojip outputs -b List only Bluetooth outputs
yojip party Create a combined sink with all outputs (and set it as default)
yojip party create Same as above
yojip party -b Create a party using only Bluetooth outputs
yojip party -b create Same as above
yojip party update Update the party to match current outputs
yojip party update -b Update using only Bluetooth outputs
yojip party list Show outputs currently in the party
yojip party delete Destroy the combined sink
-b, --bluetooth— Filter to Bluetooth devices only (works withoutputs,party create,party update,party list)
- PipeWire (with
pipewire-pulseforpactl) - Python 3.10+
pip install yojipOr run from source:
python -m yojip outputsThis project is licensed under the MIT License. See the LICENSE file for details.