Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 390 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 390 Bytes

python-audio-test

playground for audio processing in python

this will be my test laboritory for trying different audio frameworks

install with

python -m venv venv
source venv/bin/activate
pip install -e .

PyAudio

old binding for PortAudio

sounddevice

more recent binding for PortAudio

soundcard

more recent binding for different APIs on Linux/MacOS/Windows