I revived the Inguz DSP plugin and considered using Sox as the DSP
engine. The plugin script creates a custom.conf and the entry for
spotify looks like this - us replace client id with the MAC id of your
player.

spt flc * $CLIENTID$
        # RT:{START=--start-position %s}
        [spotty] -n Squeezebox -c "$CACHE$" --single-track $FILE$
--disable-discovery --disable-audio-cache $START$ | [sox]  -q -t raw -b
16 -e signed -c 2 -r 44.1k -L - -t wav  - | [$CONVAPP$] -id "$CLIENTID$"
-wav -wavo -d 24 | [flac] -cs -0 --totally-silent --ignore-chunk-sizes
-

This step is used the pipe input into Inguz itself which you could drop
and therefore end up with

spt flc * $CLIENTID$
        # RT:{START=--start-position %s}
        [spotty] -n Squeezebox -c "$CACHE$" --single-track $FILE$
--disable-discovery --disable-audio-cache $START$ | [sox]  -q -t raw -b
16 -e signed -c 2 -r 44.1k -L - -t wav  - | [flac] -cs -0
--totally-silent --ignore-chunk-sizes -

I will leave you to hack around the sox step. 

Hope this helps.


------------------------------------------------------------------------
foxesden's Profile: http://forums.slimdevices.com/member.php?userid=56286
View this thread: http://forums.slimdevices.com/showthread.php?t=114263

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

Reply via email to