πŸ”Š Audio Forensics Module β€” Real-Time Voice Deepfake Detection

Detects AI-cloned voices within the first 10 seconds of a live call.

This module analyzes the spectrogram of incoming audio to detect synthetic artifacts β€” micro-imperfections in pitch, frequency consistency, and missing microtremors that human ears miss but machine learning can spot.

How it works:

  1. Audio β†’ WavLM Encoder β€” SSL features capture phoneme-level synthesis artifacts
  2. Sliding Window Analysis β€” 4-second windows at 1-second hops for temporal resolution
  3. CQT Spectrogram Heatmap β€” Highlights exact frequencies that triggered the alert
  4. Risk Score (0-100) β€” Instant classification with HIGH RISK flag within 10 seconds

Architecture:

Raw Audio β†’ WavLM (CNN-Transformer) β†’ Classifier β†’ Risk Score + Spectrogram Heatmap

Model: Fine-tuned WavLM-base on ASVspoof 2019 LA | Paper: arxiv:2408.07414

Supported formats: WAV, MP3, FLAC, OGG, M4A
Optimal: 3-10 seconds of speech at 16kHz
Max analyzed: First 10 seconds

Upload or record audio to begin analysis.


Built for Audio Forensics Hackathon | Model: WavLM-base fine-tuned on ASVspoof 2019 LA | Detects AI-cloned voices within 10 seconds