Forensic Audio Analysis — Week 9


Find silent moments — noise only
Build a “noise profile” from those moments
Subtract the profile from every frame
Fix any negative values (set to zero)
Reconstruct the cleaned audio

Artifacts in frequency and their variation in time (“Birdies”)

Source: Block diagram of the active noise cancellation headphone based on the CNN-based SFANC
Convolutional Neural Network (CNN) — finds patterns in frequency
Recurrent Neural Network (RNN)/Long Short-Term Memory (LSTM) — tracks patterns over time
Convolutional Recurrent Network (CRN) — combines both strengths
| Traditional | Deep Learning | |
|---|---|---|
| Noise types | Stationary | Any |
| Artifacts | Musical noise | Fewer |
| Explainability | High | Low |
| Court-ready | Established | Emerging |