Reply To: can firefly resample to 48khz?

#17174
Anonymous
Inactive

well I have a couple of options on the mt-daapd-ssc.sh

first:

alac_file() {
$ALAC --resample {48000} "$FILE" | $WAVSTREAMER -o $OFFSET $FORGELEN

and

alac_file() {
$ALAC "$FILE" | $WAVSTREAMER -o $OFFSET $FORGELEN -ar 48000

let me know if I have gone wrong.