I’m trying to convert my flac files to 24bit (hdcd) wav files direct
without first converting the flac files to wav and then run hdcd.exe to
get the 24bit hdcd files.

This is not working

Code:
--------------------
    
  Flac –dcs “name of the file.flac” |hdcd.exe > out.vaw
  
--------------------

I get this error "Didn't find 'data' chunk"

But if a first 

Code:
--------------------
    
  Flac –dcs “name of the file.flac” > out.wav
  
--------------------

And then do this

Code:
--------------------
    
  Hdcd.exe < out.vae > out_hdcd.wav
  
--------------------


It works ok.


-- 
joad
------------------------------------------------------------------------
joad's Profile: http://forums.slimdevices.com/member.php?userid=10944
View this thread: http://forums.slimdevices.com/showthread.php?t=32967

_______________________________________________
audiophiles mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/audiophiles

Reply via email to