mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-25 02:20:02 -04:00
Use chromaprint algo 3 to handle silences
This commit is contained in:
parent
f648dc24cc
commit
43a5f9a098
@ -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",
|
||||
"-",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user