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.