AI Music Detector — Forensic Analysis

Detect AI-generated music in seconds. Upload a track or paste a YouTube URL and get an AI-vs-Human verdict with forensic evidence.

Zero-retention demo. Your audio is processed in memory and discarded. The analysis is held for 1 hour only so you can press Report if the verdict is wrong. Otherwise nothing is stored. Privacy.

1. Choose input

YouTube / SoundCloud supported. The server downloads up to 50 MB of audio — the file itself is never stored, only the spectral analysis you see below is held for 1 hour for reporting.
Free limits per IP: 5 tracks/day · 3/hour · 1/min. Sign in for 10 tracks/month free.
No track handy? Try an AI-generated example:
Preparing… 0%

2. Result

confidence

Think this is wrong?

Pick what you think this track actually is. Reports are the only data we keep (no IP, no filename).

About ArtifactNet

ArtifactNet is a free online tool that detects AI-generated music. Upload an audio file or paste a YouTube URL and get an AI-vs-Human verdict in seconds, with per-segment probabilities and forensic feature readings. 99.82 % accuracy on the internal balanced evaluation set (2026 Q2, v9.5). Zero-retention — audio is not stored unless you submit a Report.

What it detects

ArtifactNet is trained on tracks from Suno, Udio, Stable Audio, Riffusion, and MusicGen, with a residual other class for unseen generators. It targets STFT-domain residual artefacts rather than model-specific fingerprints, so it generalises to AI models it has not seen during training.

How it works

  1. Decode the track to 44.1 kHz mono and split into 4-second overlapping chunks.
  2. A codec-aware U-Net predicts a spectral residual mask that isolates AI artefacts.
  3. HPSS (median-filter harmonic/percussive separation) runs on the residual.
  4. A 7-channel CNN scores every chunk — 0 means clearly human, 1 means clearly AI.
  5. The median across chunks becomes the track verdict. Outlier distributions are labelled Partial AI.

FAQ

How do I detect if a song was made by AI?
Upload the audio file at the top of this page or paste a YouTube URL. The demo returns a verdict with probability, a per-segment timeline, and a forensic feature radar in a few seconds. No signup.
Is this free?
Yes. The demo is free and does not require an account. Anonymous use is rate-limited per IP — 5 tracks/day, 3/hour, 1/minute. Signing in with Google lifts the cap to 10 tracks/month. For batch processing or integrations, see the paid ArtifactNet API.
Do you store my audio?
No. The demo operates on a zero-retention policy. Your file is streamed to a GPU worker, analysed in memory, and discarded. Only if you press the Report button is the (anonymised) spectral analysis saved — and only then. Full details in the Privacy Policy.
Which AI generators does it detect?
Trained explicitly on Suno, Udio, Stable Audio, Riffusion, MusicGen. Generalises to unseen generators via residual-artefact targeting.
Can I analyse a YouTube song?
Yes — switch to the YouTube URL tab above, paste the link, press Analyze. The server downloads up to 50 MB of audio, analyses it, and discards the file.
How accurate is it?
99.82 % accuracy on the internal balanced evaluation set (2026 Q2, v9.5 CNN + v9.4 codec-aware U-Net). False positives on rare human-made genres are the main retraining target — please Report any you find.
Why did it flag my own song as AI?
Heavy spectral processing (aggressive limiting, AI-era codec resampling, extreme stereo widening) can mimic AI residuals. Use the Report button with Human-Made and a short note so we can investigate and improve the detector.
Is there an API?
Yes. api.intrect.io exposes the same detector as a REST API with batch processing, designed for distributors, labels, and streaming platforms.