Use chromaprint algo 3 to handle silences

This commit is contained in:
Zoe Roux 2026-04-17 10:03:22 +02:00
parent f648dc24cc
commit 43a5f9a098
No known key found for this signature in database

View File

@ -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",
"-",