Re: [SlimDevices: Plugins] spotty conversion for Inguz?

2018-06-17 Thread Dela Vandaag
Could one of you direct me where in custom-convert.conf these lines have to be put? All spotify music is skipped when I try a modified custom-convert.conf. Thanks, Dela Dela Vandaag's Profile:

Re: [SlimDevices: Plugins] spotty conversion for Inguz?

2017-09-20 Thread JohnB
Bob, I'd rather wait for now because, from what very little I can understand of the InguzDSP source code (and it is very little), it looks as though Inguz might well accept raw pcm input (as long as it is 44100Hz, 2 channel, 16 bit, little endian) if the -wav parameter is changed to -raw. That

Re: [SlimDevices: Plugins] spotty conversion for Inguz?

2017-09-20 Thread bobertuk
JohnB wrote: > I've been doing some testing, using the custom-convert.conf command > lines - as suggested by Michael, though not using Spotify. > > This sox section of the command line seems to work. It accepts piped in > pcm and pipes out wav. > > | [sox] -q -t raw -b 16 -e signed -c 2 -r

Re: [SlimDevices: Plugins] spotty conversion for Inguz?

2017-09-20 Thread JohnB
On further investigation it seems that the sox command that I had tried before, the first example in post #4, just needed a tailing "-" to make it work! Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

Re: [SlimDevices: Plugins] spotty conversion for Inguz?

2017-09-19 Thread JohnB
I've been doing some testing, using the custom-convert.conf command lines - as suggested by Michael, though not using Spotify. This sox section of the command line seems to work. It accepts piped in pcm and pipes out wav. | [sox] -q -t raw -b 16 -e signed -c 2 -r 44.1k -L - -t wav - | I've

Re: [SlimDevices: Plugins] spotty conversion for Inguz?

2017-09-19 Thread JohnB
I feel the tests I've done have very much been the blind leaving the blind. :o Just in case there is an obvious solution - these notes might be useful: >From what I can see, the spotty output is PCM. Inguz expects the input to be wav. So the task is to convert the spotty pcm output to wave.

Re: [SlimDevices: Plugins] spotty conversion for Inguz?

2017-09-19 Thread bobertuk
mherger wrote: > >spt flc * xx:xx:xx:xx:xx:xx > > # RT:{START=--start-position %s} > > [spotty] -n Squeezebox -c "$CACHE$" --single-track $FILE$ > --disable-discovery --disable-audio-cache $START$ |[sox] -q -r 44100 -e > signed-integer -b 16 -L -c 2 --ignore-length -t raw - -t wav |

Re: [SlimDevices: Plugins] spotty conversion for Inguz?

2017-09-19 Thread Michael Herger
spt flc * xx:xx:xx:xx:xx:xx # RT:{START=--start-position %s} [spotty] -n Squeezebox -c "$CACHE$" --single-track $FILE$ --disable-discovery --disable-audio-cache $START$ |[sox] -q -r 44100 -e signed-integer -b 16 -L -c 2 --ignore-length -t raw - -t wav | [InguzDSP] -id