pith. sign in

arxiv: 2204.07064 · v1 · pith:PW5CQ2POnew · submitted 2022-04-14 · 💻 cs.SD · cs.LG· eess.AS· stat.ML

Streamable Neural Audio Synthesis With Non-Causal Convolutions

classification 💻 cs.SD cs.LGeess.ASstat.ML
keywords audiomethodmodelmodelsreal-timeconvolutionsstreamingsynthesis
0
0 comments X
read the original abstract

Deep learning models are mostly used in an offline inference fashion. However, this strongly limits the use of these models inside audio generation setups, as most creative workflows are based on real-time digital signal processing. Although approaches based on recurrent networks can be naturally adapted to this buffer-based computation, the use of convolutions still poses some serious challenges. To tackle this issue, the use of causal streaming convolutions have been proposed. However, this requires specific complexified training and can impact the resulting audio quality. In this paper, we introduce a new method allowing to produce non-causal streaming models. This allows to make any convolutional model compatible with real-time buffer-based processing. As our method is based on a post-training reconfiguration of the model, we show that it is able to transform models trained without causal constraints into a streaming model. We show how our method can be adapted to fit complex architectures with parallel branches. To evaluate our method, we apply it on the recent RAVE model, which provides high-quality real-time audio synthesis. We test our approach on multiple music and speech datasets and show that it is faster than overlap-add methods, while having no impact on the generation quality. Finally, we introduce two open-source implementation of our work as Max/MSP and PureData externals, and as a VST audio plugin. This allows to endow traditional digital audio workstation with real-time neural audio synthesis on a laptop CPU.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Latency-Configurable Streaming Speech Enhancement via Asymmetric Temporal Padding

    cs.SD 2026-06 unverdicted novelty 7.0

    A convolutional network for streaming speech enhancement produces models with configurable latency (12.5-75 ms) via asymmetric temporal padding, reaching PESQ 3.35-3.43 on VoiceBank+DEMAND while matching prior causal ...

  2. Case Studies and Reflections on Agentic Software Engineering for Rapid Development of Digital Music Instruments

    cs.SE 2026-05 accept novelty 5.0

    Agentic AI was used to rapidly reimplement Music Mouse, translate the Continuator system, and add a 3D UI to a tracker sequencer, with reflections on effective practices for audio software development.