Metadata-Version: 2.4
Name: yojip
Version: 0.0.1
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").

## Usage

```text
yojip outputs              List available audio outputs
yojip party create NAME    Create a combined sink
yojip party add NAME OUT   Add output to a party
yojip party remove NAME OUT
yojip party list
yojip party destroy NAME
```

## Installation

```bash
pip install yojip
```

Requires PipeWire (typically pre-installed on modern Linux audio systems).
