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

https://github.com/combatopera/outjack

JACK and PortAudio integration for Python
https://github.com/combatopera/outjack

Last synced: about 1 year ago
JSON representation

JACK and PortAudio integration for Python

Awesome Lists containing this project

README

          

# outjack
JACK and PortAudio integration for Python

## Install
These are generic installation instructions.

### To use, disposably
Install the current release from PyPI to a virtual environment:
```
python3 -m venv venvname
venvname/bin/pip install -U pip
venvname/bin/pip install outjack
. venvname/bin/activate
```

### To use, permanently
```
pip3 install --break-system-packages --user outjack
```
See `~/.local/bin` for executables.

### To develop
First install venvpool to get the `motivate` command:
```
pip3 install --break-system-packages --user venvpool
```
Get codebase and install executables:
```
git clone git@github.com:combatopera/outjack.git
motivate outjack
```
Requirements will be satisfied just in time, using sibling projects with matching .egg-info if any.

## Commands

### ojplay
Usage example.

## API

### outjack.jackclient

### outjack.portaudioclient