Skip to main content

play audio files in performance contexts

Project description

walkman

Build Status License: GPL v3 PyPI version Code style: black

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


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.2.0.tar.gz (21.1 kB view details)

Uploaded Source

Built Distribution

audiowalkman-0.2.0-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file audiowalkman-0.2.0.tar.gz.

File metadata

  • Download URL: audiowalkman-0.2.0.tar.gz
  • Upload date:
  • Size: 21.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for audiowalkman-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c1b3014436f3bf74ca57f7b8c7b7b51c50eaa6e97de42175de895e625b3d3a01
MD5 e7e37241e5a8f8277c46473fd4857818
BLAKE2b-256 0d8b09f61aea1981aa5d533206da4b740f8eaeee1b7900cdc8aaaeb8cc99dccc

See more details on using hashes here.

File details

Details for the file audiowalkman-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: audiowalkman-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 22.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for audiowalkman-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6e22a1f0472477b562758e1d07c746fb5de63ec48a73a6997c439754ee0b853f
MD5 322e4462a134b2ab30adf36201d7f8e1
BLAKE2b-256 a0f1609a0398a7cd2cff39487f0546514a38a39903a29e7779290e9f918b09e7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page