This document describes the development of a radio ad blocker that uses digital signal processing to detect and mute broadcast commercials in real-time. It discusses analyzing the audio stream to find matching segments, reframes the problem to compare short sound samples, prototypes approaches using octave like cross-correlation on waveforms and FFTs, and describes a Java implementation that analyzes a sliding window to identify matching jingles marking ad breaks.