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.
- 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/notebooksfolder - Modules and utilities are in the
src/ddspfolder - Additional material is in the
datafolder