concerning FLAC 24bit/96Khz files: I have a few ones which show these
problems even with replay gain disabled and no screensaver at all. 

the only workaround i've found so far is transcoding on the server side
to flac-compress level 0 to relieve the transporter CPU.

convert.conf:


Code:
--------------------
    
  #flc flc * *
  #       -
  flc flc * *
  [flac] -dcs --skip=$START$ --until=$END$ -- $FILE$ | [flac] -cs --lax 
--totally-silent --compression-level-0 -
  
--------------------


unfortunately this disables fast forward/reward (which i don't care)
but also seek support using the progress bar on the webinterface.

regards,
Markus


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

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

Reply via email to