From 75114bc26ec4c3c21599b0080100afba1c1108e8 Mon Sep 17 00:00:00 2001 From: Avinash Reddy Date: Sun, 1 Mar 2020 11:01:54 +0530 Subject: [PATCH] Update convert.py --- spotdl/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotdl/convert.py b/spotdl/convert.py index b069bed..4e5811f 100644 --- a/spotdl/convert.py +++ b/spotdl/convert.py @@ -130,7 +130,7 @@ class Converter: ffmpeg_params = "-cutoff 20000 -codec:a aac -ar 48000 " if self.output_ext == ".flac": - ffmpeg_params = "-codec:a flac -ar 44100 " + ffmpeg_params = "-codec:a flac -ar 48000 " # add common params for any of the above combination ffmpeg_params += "-b:a 192k -vn "