eess.ASJul 11, 2026

WaveNet-Style Guitar Amplifier Model Pruning for Real-Time iOS Deployment

Authors: Ryota Sato, Eli Silverstein

Organizations: Dept. of Electrical Engineering Stanford University Stanford, USA

Abstract

WaveNet-style convolutional networks emulate tube amplifiers and distortion pedals with high fidelity, but their computational cost has confined them to desktops or dedicated DSP hardware. We present a sparse-enabled WaveNet inference engine for iOS that runs heavily pruned neural guitar amplifier models in real time on iPhones. Aggressive iterative magnitude pruning removes 90% of the network weights with no perceptible loss in quality. A custom sparse C++ engine turns this sparsity directly into compute savings, sustaining low-latency real-time operation on a CPU-only iPhone implementation where the dense model cannot. On-device output matches the trained model to within int16 quantization error. At the demonstration, visitors will play a guitar through the app on iPhone hardware and A/B the on-device pruned model against the physical pedal it emulates. Source code and audio examples are available at https://github.com/ryos17/wavenet-imp.

Explore similar work

CardsList
  1. VibeVoice-ASR-BitNet Technical Report

    Jul 23, 2026Songchen Xu, Ting Song, Shaohan Huang +10Real-Time InferenceQuantizer

  2. Pruning as Regularization: Sensitivity-Aware One-Shot Pruning in ASR

    Nov 11, 2025Julian Irigoyen, Arthur Söhler, Andreas Søeborg KirkedalPruningFeed-Forward Network

  3. Efficient Text-to-Audio Generation via Pruning

    Jul 14, 2026Arshdeep Singh, Yi Yuan, Yun Chen +2PruningFinetuning