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