diff --git a/ytdl.go b/ytdl.go index fb7bc6f..c15a402 100644 --- a/ytdl.go +++ b/ytdl.go @@ -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"), )