All flac messages are warnings and it says it converts the files so is
the problem sox.

Run the conversion lines in two staeps and check the output of each with
a non LMS player.
i.e. 
Conversion lines.

Code:
--------------------
    
  "/opt/logitechmediaserver/Bin/i386-linux/flac
  " -cs --totally-silent --compression-level-4 -- 
"/u/audio/testfiles/What-A-Wonderful-World_DXD352KHz_2chDXD.wav" | "/opt
  /logitechmediaserver/Bin/i386-linux/sox" -q -t flac - -t flac -C 4 - & |
  
--------------------


The test would be somehting like follwoing - changing the "quiet" &
output options only

First part of test.

Code:
--------------------
    
  "/opt/logitechmediaserver/Bin/i386-linux/flac" --compression-level-4 -- 
"/u/audio/testfiles/What-A-Wonderful-World_DXD352KHz_2chDXD.wav"  
What-A-Wonderful-World_DXD352KHz_2chDXD.flc
  
--------------------


Second part of test

Code:
--------------------
    
  "/opt/logitechmediaserver/Bin/i386-linux/sox" -t flac 
What-A-Wonderful-World_DXD352KHz_2chDXD.flc -t flac -C 4 
What-A-Wonderful-World_DXD352KHz_2chDXD-soxed.flc
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to