05-06-2020, 06:30 PM
Indeed no 48K.
Maybe using plughw instead of hw in the shairport-sync launch string.
Edit file /var/www/inc/playerlib.php. Then in function startSps() at line #2102 scroll down a bit to the code block below and change 'hw:' to 'plughw:'
This should result in ALSA upsampling to 48K to match what the audio device accepts.
Maybe using plughw instead of hw in the shairport-sync launch string.
Edit file /var/www/inc/playerlib.php. Then in function startSps() at line #2102 scroll down a bit to the code block below and change 'hw:' to 'plughw:'
Code:
else {
$device = 'hw:' . $array[0]['value'];
}
This should result in ALSA upsampling to 48K to match what the audio device accepts.