I think I have a similar problem in my transcoding, see http://forums.slimdevices.com/showthread.php?t=57712 . When using a pipe as output instead of a file, the library sndfile used in my program creates the output as RAW (WAV without information about bits, sample rate etc). In this case the receiver of the data ([flac] in our case) has to guess the data format and assumes the standard 44100 and 16 bits. At least that is my guess for the noise. Could you hard code another number of bits in the convert.conf or use a $-variable to tell the number of bits?
Try something like this and play your HDCD flac file. flc flc * * [flac] -dcs --skip=$START$ --until=$END$ -- $FILE$ | [hdcd] | [flac] -cs --totally-silent --bps=20 --compression-level-0 - My transcoding works, but my 48khz files are all played in slow motion... -- rqu ------------------------------------------------------------------------ rqu's Profile: http://forums.slimdevices.com/member.php?userid=10054 View this thread: http://forums.slimdevices.com/showthread.php?t=57782 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
