mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-01 07:48:25 -04:00
WIP: Quality options for lossy conversion
This commit is contained in:
parent
6bfa16076f
commit
d88f349b6d
3 changed files with 34 additions and 3 deletions
|
@ -46,8 +46,6 @@ token_expiry = ""
|
|||
|
||||
[deezer]
|
||||
# 0, 1, or 2
|
||||
# This only applies to paid Deezer subscriptions. Those using deezloader
|
||||
# are automatically limited to quality = 1
|
||||
quality = 2
|
||||
# An authentication cookie that allows streamrip to use your Deezer account
|
||||
# See https://github.com/nathom/streamrip/wiki/Finding-Your-Deezer-ARL-Cookie
|
||||
|
@ -97,6 +95,8 @@ sampling_rate = 48000
|
|||
# Only 16 and 24 are available. It is only applied when the bit depth is higher
|
||||
# than this value.
|
||||
bit_depth = 24
|
||||
# Only applicable for lossy codecs
|
||||
lossy_bitrate = 320
|
||||
|
||||
# Filter a Qobuz artist's discography. Set to 'true' to turn on a filter.
|
||||
[filters]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue