enhance AGENTS.md

This commit is contained in:
Armin 2026-07-04 20:15:35 +02:00
commit 8300e44fb3

View file

@ -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 - Lerch, A. - *An Introduction to Audio Content Analysis*, Wiley, 2012
(spectral features for audio forensics). (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.