We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357698c commit 8ac314cCopy full SHA for 8ac314c
examples/simple.py
@@ -34,7 +34,7 @@
34
# Normal: Quality.low_320k (m4a 320k)
35
# HiFi: Quality.high_lossless (FLAC)
36
# HiFi+ Quality.hi_res_lossless (FLAC HI_RES)
37
-session.audio_quality = Quality.hi_res_lossless
+session.audio_quality = Quality.high_lossless
38
39
# album_id = "77640617" # U2 / Achtung Baby (Max quality: HI_RES MQA, 16bit/44100Hz)
40
# album_id = "110827651" # The Black Keys / Let's Rock (Max quality: LOSSLESS FLAC, 24bit/48000Hz)
0 commit comments