Mick Seymour;405111 Wrote: 
> It seems SC only transcodes based on sample rate so if the files sample
> rate is 44.1k and the player is capable of playing 44.1k no transcoding
> takes place.
> 
> I had a similar problem with SoftSqueeze as it can play 44.1k sample
> rate files but not any bit rate higher than 16. SC ignores this
> limitation. 
> 
> After much asking and no answers, I ended up creating a
> custom-convert.conf file with the following entry:
> 
> > 
Code:
--------------------
  >   > 
  > flc flc softsqueeze *
  > # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
  > [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0 -b 16 
-r 44.1k -
  > 
--------------------
> > 
> 
> Change -softsqueeze- to -squeezebox1- and you should be in business.
> 
> It does mean that even 16/44.1k files run through sox for the SB1 but
> it works well for me.
> 
> EDIT: Don't forget to restart SC after creating custom-convert.conf.

Since the SB1 does not support FLAC your example might need to be
modified to this:

Code:
--------------------
    
  flc wav softsqueeze *
  # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
  [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -C 0 -b 16 -r 
44.1k -
  
--------------------

Does that look right?

Also could I use something similar to enforce replay gain for the SB1
since the SB1 hardware can not handle replay gain locally like the SB3?


-- 
m1abrams
------------------------------------------------------------------------
m1abrams's Profile: http://forums.slimdevices.com/member.php?userid=850
View this thread: http://forums.slimdevices.com/showthread.php?t=51281

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

Reply via email to