Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 1.07 KB

README.md

File metadata and controls

9 lines (4 loc) · 1.07 KB

Fast Temporal Convolutions for Real-Time Audio Signal Processing

Supplementary code for the paper presented at the DAFx20in22 conference in Vienna.

About

This repository contains the compile-time and run-time implementations of the temporal convolutional layers and models described in the paper. The implementation itself is inspired by previous work by Damskagg et. al., Steinmetz and Reiss, and the RTNeural library by Jatin Chowdhury. The work aims at minimizing the limitations of previous implementations of Temporal Convolutional Networks for real-time audio signal processing. The main goal was to approach the signal processing speed of Recurrent Neural Networks, which are another suitable option for black-box virtual analog modeling.