The Patchbay_

AudioLazy

Real-time expressive DSP package for Python built on lazy streams, filters and synthesis.

LanguagePython
CategorySynthesis & DSP
LicenseGPL-3.0
PlatformsmacOS Windows Linux
Installpip install audiolazy
First released2012
MaintainedNot actively maintained (last activity 2022)
LinksSource

Strengths

Limitations

Best for

Learning and prototyping DSP and stream processing in Python.

Minimal example

from audiolazy import Stream
a = Stream(2, -2, -1)
b = Stream(3, 7, 5, 4)
(a + b).take(8)

Alternatives to AudioLazy

pyopydubCsoundPure Data

← Back to all tools