Squeezelite 1.8.7-1052 include la patch per il DSD nativo, che può essere applicata in fase di compilazione, non direttamente nello standard a causa di qualche incompatibilità con debian 9 (??? probabilmente è qualche 'aggiunta' fatta dopo il fork di squeezelite-R2 ad essere incompatibile, R2 funziona benissimo in tutte le versioni di debian).

Questo è il messagio che ho ricevuto :

Yes the latest picoreplayer uses the daphile patches. My slightly modified patch is available in github https://github.com/ralph-irving/sque...lphy-dsd.patch
but it's not included in the source as it limits compiling squeezelite with debian 9 or newer. The patch applies cleanly against commit 37f5fe68b05d155cdb8ae68435e3ae13c6ef2403.
I will be maintaining the patch as we are now using it in pcp.
Here's the script I use to build the full dsd squeezelite binary.

make -f Makefile.pcp clean
patch -p0 -i scripts/squeezelite-ralphy-dsd.patch || exit 1
make -f Makefile.pcp OPTS="-DRESAMPLE -DFFMPEG -DVISEXPORT -DDSD -DGPIO -DRPI -DIR -I./include" || exit 1
mv squeezelite squeezelite-dsd

Ralphy.