diff --git a/raspotify/etc/raspotify/conf b/raspotify/etc/raspotify/conf index d85d2ae..75d601d 100644 --- a/raspotify/etc/raspotify/conf +++ b/raspotify/etc/raspotify/conf @@ -60,6 +60,18 @@ LIBRESPOT_ENABLE_VOLUME_NORMALISATION= # Output format {F64|F32|S32|S24|S24_3|S16}. Defaults to S16. #LIBRESPOT_FORMAT="S16" +# Sample Rate to Resample to {44.1kHz|48kHz|88.2kHz|96kHz}. +# Defaults to 44.1kHz meaning no resampling. +# The option does not exist in upstream librespot. +# DO NOT file a bug with librespot about this. +#LIBRESPOT_SAMPLE_RATE="44.1kHz" + +# Interpolation Quality to use if Resampling. {Low|Medium|High}. +# Defaults to Low. +# The option does not exist in upstream librespot. +# DO NOT file a bug with librespot about this. +#LIBRESPOT_INTERPOLATION_QUALITY="Low" + # Displayed device type. Defaults to speaker. #LIBRESPOT_DEVICE_TYPE="speaker"