Skip to content

Companion repository of the DAFx25 tutorial "Building Flexible Audio DDSP Pipelines: A Case Study on Artificial Reverb"

License

Notifications You must be signed in to change notification settings

gdalsanto/dafx25-ddsp-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Flexible Audio DDSP Pipelines: A Case Study on Artificial Reverb

Gloria Dal Santo, International Conference on Digital Audio Effects, 2025

Ancona, Italy, 2 - 5 September 2025

This repository contains code demonstrations presented during the tutorial.
This code uses the FLAMO library to implement and train the differentiable feedback delay network (FDN) for artificial reverberation. The slides are here.

Installation

  • Clone and create a virtual environment, python3.10 -m venv .venv
  • Activate the virtual environment with source .venv/bin/activate
  • Install the project and the necessary libraries with pip install .
  • Notebooks are in the src/notebooks folder
  • Modules and utilities are in the src/ddsp folder
  • Additional material is in the data folder

About

Companion repository of the DAFx25 tutorial "Building Flexible Audio DDSP Pipelines: A Case Study on Artificial Reverb"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published