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
- Host: GitHub
- URL: https://github.com/combatopera/outjack
- Owner: combatopera
- License: gpl-3.0
- Created: 2017-12-03T11:04:20.000Z (over 8 years ago)
- Default Branch: trunk
- Last Pushed: 2025-01-29T09:45:28.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:42:23.027Z (about 1 year ago)
- Language: Cython
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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