Metadata-Version: 2.4
Name: yojip
Version: 0.1.0
Summary: Join multiple audio outputs into synchronized PipeWire combined sinks
Author-email: Ashwin S <ashsanthosh8@gmail.com>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Yojip

Join multiple audio outputs into synchronized PipeWire combined sinks ("parties").

## Commands

```
yojip outputs              List available audio outputs
yojip party                Create a combined sink with all outputs (and set it as default)
yojip party create         Same as above
yojip party delete         Destroy the combined sink
```

## Requirements

- PipeWire (with `pipewire-pulse` for `pactl`)
- Python 3.10+

## Installation

```bash
pip install yojip
```

Or run from source:

```bash
python -m yojip outputs
```
