English

Neutone SDK: An Open Source Framework for Neural Audio Processing

Sound 2025-08-13 v1 Software Engineering Audio and Speech Processing

Abstract

Neural audio processing has unlocked novel methods of sound transformation and synthesis, yet integrating deep learning models into digital audio workstations (DAWs) remains challenging due to real-time / neural network inference constraints and the complexities of plugin development. In this paper, we introduce the Neutone SDK: an open source framework that streamlines the deployment of PyTorch-based neural audio models for both real-time and offline applications. By encapsulating common challenges such as variable buffer sizes, sample rate conversion, delay compensation, and control parameter handling within a unified, model-agnostic interface, our framework enables seamless interoperability between neural models and host plugins while allowing users to work entirely in Python. We provide a technical overview of the interfaces needed to accomplish this, as well as the corresponding SDK implementations. We also demonstrate the SDK's versatility across applications such as audio effect emulation, timbre transfer, and sample generation, as well as its adoption by researchers, educators, companies, and artists alike. The Neutone SDK is available at https://github.com/Neutone/neutone_sdk

Cite

@article{arxiv.2508.09126,
  title  = {Neutone SDK: An Open Source Framework for Neural Audio Processing},
  author = {Christopher Mitcheltree and Bogdan Teleaga and Andrew Fyfe and Naotake Masuda and Matthias Schäfer and Alfie Bradic and Nao Tokui},
  journal= {arXiv preprint arXiv:2508.09126},
  year   = {2025}
}

Comments

Accepted to AES International Conference on Artificial Intelligence and Machine Learning for Audio 2025

R2 v1 2026-07-01T04:46:39.379Z