Do not limit threads on the encoding.

haste/handle-touch
Stein Ivar Berghei 2022-11-20 22:13:31 +01:00
parent a3fd159984
commit e1de3e07e0
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ func DownloadAmbiance(uri string, name string) error {
"-ar", strconv.Itoa(sampleRate),
"-ac", strconv.Itoa(channels),
"-af", "loudnorm=I=-16:LRA=11:TP=-1.5",
"-threads", "4",
filepath.Join("./ambiance/", name+".mp3"),
)