Apesbrain wrote: 
> This command:
> \"/USR/SHARE/SQUEEZEBOXSERVER/BIN/X86_64-LINUX/FLAC\" -DCS
> --FORCE-RAW-FORMAT --ENDIAN=BIG --SIGN=SIGNED -- -
> 
> Is telling LMS to decode FLAC to PCM before sending to player.  You've
> done the right thing.

I agree that I've solved the problem - absolutely, sending PCM is
probably a totally acceptable solution.

But I'm still confused why this conversion never gets triggered:


Code:
--------------------
    
  flc flc transcode *
        # IFT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}E:{NOSTART=I}
        [flac] -dcs $START$ $END$ --force-raw-format --sign=signed 
--endian=little -- $FILE$ | [sox] -q -t raw --encoding signed-integer -b 
$SAMPLESIZE$ -r $SAMPLERATE$ -c $CHANNELS$ -L - -t flac $RESAMPLE$ -C 0  -
  
--------------------


I even tried setting all of the FLAC stream formats to "disabled", but
then it just refused to play entirely.


------------------------------------------------------------------------
StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=115583

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

Reply via email to