mrw wrote: 
> The Touch and the Controller both run Squeezeplay v7.8, which has native
> support for decoding an ogg/flac stream.
> 
> The Radio runs Squeezeplay v7.7, which does not. I doubt that any of the
> previous line-up, e.g. Receiver, has it either.
I suppose we cannot consider a firmware upgrade for Radio/Receiver?

If I change the rule to

Code:
--------------------
    
  ogf flc transcode *
  # IFRD:{RESAMPLE=-r %d}
  [flac] --ogg -dcs -- $FILE$ | [sox] -q --ignore-length -t wav - -t flac -C 0 
$RESAMPLE$ -
  
--------------------

the Radio doesn't play the stream at all with the "unsupported
sample-rate" error display. I'll stay with

Code:
--------------------
    
  ogf flc * *
  # IFRD:{RESAMPLE=-r %d}
  [flac] --ogg -dcs -- $FILE$ | [sox] -q --ignore-length -t wav - -t flac -C 0 
$RESAMPLE$ -
  
--------------------


Thanks again for helping out and for all the information!


------------------------------------------------------------------------
D1eter's Profile: http://forums.slimdevices.com/member.php?userid=69813
View this thread: http://forums.slimdevices.com/showthread.php?t=111597

_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to