The Patchbay_

pyo

Python module written in C for building real-time audio signal-processing and synthesis scripts.

LanguagePython
CategorySynthesis & DSP
LicenseLGPL-3.0
PlatformsmacOS Windows Linux
Installpip install pyo
First released~2010
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Writing real-time synthesis and DSP patches directly in Python.

Minimal example

from pyo import *
s = Server().boot()
s.start()
a = Sine(freq=440, mul=0.3).out()

Alternatives to pyo

pydubCsoundPure DataFaust

← Back to all tools