play audio files in performance contexts
Project description
walkman
Walkman is a minimalistic, robust software to play audio files in performance contexts. It uses pyo as its backend and pysimplegui as its frontend. It can be configured by using toml files.
Installation
walkman is available on pip:
pip3 install audiowalkman
You can also use buildout for creating an isolated stable environment. Please consult the respective README.
Configuration file
# nature_and_guitar_piece.toml
# Global name
name = nature-and-guitar
# Used soundfiles
[soundfile.forest]
path = "files/forest.wav"
[soundfile.ocean]
path = "files/ocean.wav"
loop = True
[soundfile.guitar-quartet]
path = "files/guitar_quartet.wav"
# Specifiy audio settings
[audio]
audio = "jack"
sampling_rate = 48000
player = disk # alternatively: ram
[audio.channel_mapping]
# input -> output
0 = 1
1 = 2
2 = 3
3 = 4
Usage
walkman nature_and_guitar_piece.toml
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
audiowalkman-0.3.0.tar.gz
(21.4 kB
view details)
Built Distribution
File details
Details for the file audiowalkman-0.3.0.tar.gz
.
File metadata
- Download URL: audiowalkman-0.3.0.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88cfa7d1f2c97b36334bd3308a5304b6e2e1cfb55e45c412359e941ee04dd652 |
|
MD5 | 6ea4beab5570ed29e2354954b10c0fce |
|
BLAKE2b-256 | e52deead66663ce1188534e9ab416ef298d819ab5e581ac41d50969edf3c1400 |
File details
Details for the file audiowalkman-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: audiowalkman-0.3.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1cb3f577d588d37f8c2531c33f74e2bc6d38d8a4361cecaa221508c1310ea20 |
|
MD5 | 15c2e6be022f79035215910af847e5d0 |
|
BLAKE2b-256 | 749d87149fb4732015e0b3139424d859e1f0a651a919ba12cdfbae709fd2b892 |