Andrew Gibiansky

San Francisco, CA
8 posts
RSS
Streaming Audio Synthesis

Streaming Audio Synthesis

The naive approach to streaming audio synthesis using deep neural networks is to break up the input into chunks and then run synthesis on each chunk. Unfortunately, this introduces wasted computation and discontinuities. In this blog post, I present a simple and robust alternative.