play audio files in performance contexts
Project description
walkman
Walkman is a minimalistic, robust software to trigger (audio) cues in performance contexts. It uses pyo as its backend and pysimplegui as its frontend. It can be configured by toml files.
Rationale
Live-electronic setups tend to be messy, difficult to maintain and difficult to test.
Furthermore many compositions with live-electronics make use of cue-based pattern, but in most of electronic music frameworks (Pd, Max/MSP, ...) no default implementation exists.
walkman aims to improve the situation by providing a simple, declarative configuration language to setup programs based on cues.
The actual software is implemented in Python3, can be extended in python3 and can be tested with unit tests.
Installation
walkman is available on pip:
pip3 install audiowalkman
Alternatively you can use Nix to install walkman.
Configuration file
# ./my_composition.toml.j2
[configure]
name = string (default to "Project")
logging_level = "info" | "error" | "warning" | "debug" | "notset" (default to "info")
[configure.audio]
audio = string (default to "jack")
midi = string (default to "jack")
sampling_rate = integer (default to 44100)
buffer_size = integer (default to 1024)
channel_count = integer (default to 2)
[configure.module.MODULE_NAME.REPLICATION_KEY]
[cue.CUE_NAME.MODULE_NAME.REPLICATION_KEY]
Usage
walkman my_composition.toml.j2
Tests
With nix tests can be run with a newly compiled isolated setup:
nix-build default.nix
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file audiowalkman-0.21.0.tar.gz.
File metadata
- Download URL: audiowalkman-0.21.0.tar.gz
- Upload date:
- Size: 55.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81783130d09f91def8e3edc72560a08d156724b1fe0c0fe307f7311599a0760b
|
|
| MD5 |
8d72144e2b2cd15dcdb4ae2194225518
|
|
| BLAKE2b-256 |
9e68c464b4bcfa6d12fb92ed5a67886fa444cc1f42f68a944040e9f952026968
|
File details
Details for the file audiowalkman-0.21.0-py3-none-any.whl.
File metadata
- Download URL: audiowalkman-0.21.0-py3-none-any.whl
- Upload date:
- Size: 59.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59b720620d59d940fb1595a7014a2083bbdcb7757e11c310968f3f3d660061f8
|
|
| MD5 |
58024fc9ba17dcbd4160cd863fa7c05a
|
|
| BLAKE2b-256 |
530e340f5829ddf19d257f9b3779a4a0c712ab5ae6a45c9de171dfe0e33b8bc2
|