The Patchbay_

DDSP

Differentiable Digital Signal Processing: DSP modules (oscillators, filters) usable inside neural nets.

LanguagePython
CategoryML & generative
LicenseApache-2.0
PlatformsmacOS Windows Linux
Installpip install ddsp
First released2020
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Neural audio synthesis and timbre transfer with interpretable, controllable DSP.

Minimal example

import ddsp
harmonic = ddsp.synths.Harmonic()
audio = harmonic(amplitudes, harmonic_distribution, f0_hz)

Alternatives to DDSP

note-seqMagentaAudioCraft (MusicGen)RAVE

← Back to all tools