English

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

Audio and Speech Processing 2026-07-11 v1 Sound Signal Processing

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.

Cite

@article{arxiv.2607.10086,
  title  = {WaveNet-Style Guitar Amplifier Model Pruning for Real-Time iOS Deployment},
  author = {Ryota Sato and Eli Silverstein},
  journal= {arXiv preprint arXiv:2607.10086},
  year   = {2026}
}

Comments

Accepted to DAFx 2026 Demo