Software HDCD decoder

http://www.srcf.ucam.org/~cjk32/hdcd/

According to the discussion  (here) the following command should work:

hdcd.exe < 16bit.wav > 24bit.wav
or
flac -d -c hdcd_orig_16bit.flac | hdcd | flac -5 -f – -o decoded_24bit.flac


SqueezeCenter and upsampling

In order to upsample 16/44.1 stream to, for example, 24/96 and play it on the Transporter you need:
[read more...]