From 43a5f9a098aeb0391dde10976a4247d3177e3101 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 17 Apr 2026 10:03:22 +0200 Subject: [PATCH] Use chromaprint algo 3 to handle silences --- transcoder/src/fingerprints.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transcoder/src/fingerprints.go b/transcoder/src/fingerprints.go index 83e53c1a..0780b629 100644 --- a/transcoder/src/fingerprints.go +++ b/transcoder/src/fingerprints.go @@ -101,6 +101,8 @@ func computeChromaprint( args = append(args, "-i", path, "-ac", "2", + // this algorithm allows silence detection + "-algorithm", "3", "-f", "chromaprint", "-fp_format", "raw", "-",