Hi,

just tried to manually convert a 88.2 kHz/24bit .wav file to flac:


Code:
--------------------
    
  D:\Download>flac -f recit24bit.wav
  
  flac 1.1.3, Copyright (C) 2000,2001,2002,2003,2004,2005,2006  Josh Coalson
  flac comes with ABSOLUTELY NO WARRANTY.  This is free software, and you are
  welcome to redistribute it under certain conditions.  Type `flac' for details.
  
  
  recit24bit.wav: ERROR initializing encoder
  init_status = FLAC__STREAM_ENCODER_INIT_STATUS_NOT_STREAMABLE
  
  The encoding parameters specified do not conform to the FLAC Subset and may 
not
  be streamable or playable in hardware devices.  If you really understand the
  consequences, you can add --lax to the command-line options to encode with
  these parameters anyway.  See http://flac.sourceforge.net/format.html#subset
  
  
  D:\Download>flac --lax -f recit24bit.wav
  
  flac 1.1.3, Copyright (C) 2000,2001,2002,2003,2004,2005,2006  Josh Coalson
  flac comes with ABSOLUTELY NO WARRANTY.  This is free software, and you are
  welcome to redistribute it under certain conditions.  Type `flac' for details.
  
  recit24bit.wav: wrote 1553823 bytes, ratio=0,587
  
--------------------


Although this flac file plays fine with fb2k it does not work with the
transporter - plays at 50% speed. Resampling to 96kHz "solved" it.
According to http://flac.sourceforge.net/format.html#subset there is no
(simple) 88,2kHz support - see message above, isn't it?

regards,
Markus


-- 
schiegl
------------------------------------------------------------------------
schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654
View this thread: http://forums.slimdevices.com/showthread.php?t=32098

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

Reply via email to