GRAFX: An Open-Source Library for Audio Processing Graphs in PyTorch
Sound
2024-08-07 v1 Audio and Speech Processing
Abstract
We present GRAFX, an open-source library designed for handling audio processing graphs in PyTorch. Along with various library functionalities, we describe technical details on the efficient parallel computation of input graphs, signals, and processor parameters in GPU. Then, we show its example use under a music mixing scenario, where parameters of every differentiable processor in a large graph are optimized via gradient descent. The code is available at https://github.com/sh-lee97/grafx.
Cite
@article{arxiv.2408.03204,
title = {GRAFX: An Open-Source Library for Audio Processing Graphs in PyTorch},
author = {Sungho Lee and Marco Martínez-Ramírez and Wei-Hsiang Liao and Stefan Uhlich and Giorgio Fabbro and Kyogu Lee and Yuki Mitsufuji},
journal= {arXiv preprint arXiv:2408.03204},
year = {2024}
}
Comments
Accepted to DAFx 2024 demo