pcm/Convert: add option to enable the integer-only dsd2pcm implementation
This commit is contained in:
@@ -79,6 +79,7 @@ enum class ConfigOption {
|
||||
DESPOTIFY_USER,
|
||||
DESPOTIFY_PASSWORD,
|
||||
DESPOTIFY_HIGH_BITRATE,
|
||||
DSD2PCM_CONVERTER,
|
||||
MAX
|
||||
};
|
||||
|
||||
|
@@ -75,6 +75,7 @@ const ConfigTemplate config_param_templates[] = {
|
||||
{ "despotify_user", false, true },
|
||||
{ "despotify_password", false, true },
|
||||
{ "despotify_high_bitrate", false, true },
|
||||
{ "dsd2pcm_converter" },
|
||||
};
|
||||
|
||||
static constexpr unsigned n_config_param_templates =
|
||||
|
Reference in New Issue
Block a user