Metadata-Version: 2.1
Name: outjack
Version: 18
Summary: JACK and PortAudio integration for Python
Home-page: https://github.com/combatopera/outjack
Author: Andrzej Cichocki
Author-email: 3613868+combatopera@users.noreply.github.com
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: Cython>=3.0.11
Requires-Dist: numpy>=2.0.2
Requires-Dist: pyrbo>=5

# outjack
JACK and PortAudio integration for Python

## Install
These are generic installation instructions.

### To use, permanently
The quickest way to get started is to install the current release from PyPI:
```
pip3 install --user outjack
```

### To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
```
python3 -m venv venvname
venvname/bin/pip install -U pip
venvname/bin/pip install outjack
. venvname/bin/activate
```

## Commands

### ojplay
Usage example.

## API

<a id="outjack.jackclient"></a>

### outjack.jackclient

<a id="outjack.portaudioclient"></a>

### outjack.portaudioclient

