From 8300e44fb3117bcd9a3df681a192aae59d47cff1 Mon Sep 17 00:00:00 2001 From: Armin Date: Sat, 4 Jul 2026 20:15:35 +0200 Subject: [PATCH] enhance AGENTS.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index d052a36..1ce0aac 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,5 +10,5 @@ Implements a command line utility that allows to detect the TRUE quality of your - Lerch, A. - *An Introduction to Audio Content Analysis*, Wiley, 2012 (spectral features for audio forensics). -Always implement only what is scientifically provable. As it is possible to view on a spectrum analysis of the audio to see the hard cutoff introduced by compression algorithms as MP3, it is possible to tell if we have a 96k MP3 file that just was re-encoded as 320k. This tool should allow to spot exactly that. +Always implement only what is scientifically provable. As it is possible to view on a spectrum analysis of the audio to see the hard cutoff introduced by compression algorithms as MP3, it is possible to tell if we have a 96k MP3 file that just was re-encoded as 320k, for example, or a 128k as 320k, or a 320k as FLAC, and so on. This tool should allow to spot exactly those re-encoded / transcoded files.