gorman wrote: 
> Yeah, re. the above, I assembled a "frankenstein" custom-convert line to
> test the idea.
> 
> > 
Code:
--------------------
  >   > spt ogg * bc:5f:f4:bf:3e:70
  >     # RB:{BITRATE=--abr %B}T:{START=--start-position %s}
  >     [spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320 
--disable-discovery --disable-audio-cache $START$ | [lame] -r --silent -q 
$QUALITY$ $BITRATE$ - - | [sox] -q -t mp3 - -t ogg -C 7 - gain -6.9 equalizer 
30 0.43q +6.2 equalizer 699 2.00q +1.0 equalizer 2924 4.11q -1.7 equalizer 6031 
5.05q -6.2 equalizer 9825 4.08q +2.2 equalizer 83 4.24q +1.3 equalizer 209 
1.54q -1.2 equalizer 2842 0.1q +0.2 equalizer 12443 1.29q +2.7 equalizer 19698 
0.46q -11.8
--------------------
> > 
> 
> I disabled all other conversions and checked player.source debug, the
> line gets used and plays perfectly each and every song. I guess the
> problem ha something to do with buffer somehow. Anybody has any idea?
> Buffer in sox? Buffer in Squeezelite? It's strange because I have
> convert.conf stuff much more complex than this giving me no problem,
> with flac output.
Waiting for solution/suggestions, I've settled on using -C 10 for
recompressing to Ogg Vorbis at around 500 kbps. With this it works
flawlessly, although transcoding from lossy to lossy it's not exactly
perfect...

Code:
--------------------
    spt ogg * bc:5f:f4:bf:3e:70
        # RB:{BITRATE=--abr %B}T:{START=--start-position %s}
        [spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320 
--disable-discovery --disable-audio-cache $START$ | [sox] -q --endian little -t 
s16 -r 44100 -c 2 - -t ogg -C 10 - gain -6.9 equalizer 30 0.43q +6.2 equalizer 
699 2.00q +1.0 equalizer 2924 4.11q -1.7 equalizer 6031 5.05q -6.2 equalizer 
9825 4.08q +2.2 equalizer 83 4.24q +1.3 equalizer 209 1.54q -1.2 equalizer 2842 
0.1q +0.2 equalizer 12443 1.29q +2.7 equalizer 19698 0.46q -11.8
--------------------


------------------------------------------------------------------------
gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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

Reply via email to