Work with sound.
Start here.
A practical guide to Phonotensor 0.2.2. Get a signal into Python, make it your own, and understand every step.
python -m pip install phonotensor==0.2.201 / GUIDE
Getting started
From a fresh Python environment to your first audio tensor.
02 / GUIDEWorking with tensors
A consistent representation for samples, channels, and derived features.
03 / GUIDEFiles, recording & playback
Bring audio into Python and take the result back out.
04 / GUIDESignal processing
Compose filters, edits, spectra, and features with the ops module.
05 / GUIDETroubleshooting & release notes
Platform setup, error handling, and the current release’s boundaries.
06 / REFERENCEAPI reference
Search functions, classes, properties, and exact signatures from the published release.
New to the library? The getting started example creates and saves a tone without using an audio device.