DDSP Tone Transfer

DDSP lets you combine the interpretable structure of classical DSP elements (such as filters, oscillators, reverberation, etc.) with the expressivity of deep learning

To start, you first have to initialize SPICE so that you can use SPICE to extract pitches from your audio.

const spice = new mm.SPICE();
await spice.initialize();