IMPLEMENTATIONS OF UNIFORM FREQUENCY-DOMAIN
QUANTIZATION AS AUDIO EFFECT

Tim O'Brien - CCRMA 420B - Final Project - Spring 2013

 Download the report (PDF)

Audio Demonstrations

All of these examples were processed and recorded in real time.

SuperCollider PV_Quantize example
 supercollider_guitar_demo.wav

C++ frequantizer examples

All of these examples were created with the frequantizer Faust-style C++ code mendioned in the paper, and compiled with Jack GTK.

 fcpp_jack_guitar_4096window_1.wav

 fcpp_jack_guitar_4096window_2.wav

 fcpp_jack_guitar_8192window.wav

 fcpp_jack_guitar_16384window.wav


Code

All relevant code is available on Github at frequantizer and fcpp2appls.


Special thanks to Julius O. Smith III for advice and guidance.