Re: [SlimDevices: Plugins] Spotty EQ using SOX

2022-04-12 Thread sparkyuk
After a bit of experimentation and looking at the transcoding logging I've got this working... I have two players I'm trying to work with - a Touch and a Topping DX3Pro+ DAC/headphone amp. I want to apply room correction to the former and [URL="https://github.com/jaakkopasanen/AutoEq"]AutoEQ]

Re: [SlimDevices: Plugins] Spotty EQ using SOX

2022-04-03 Thread sparkyuk
I tried this spt flc * 00:1e:06:11:22:33 # RT:{START=--start-position %s} [spotty] --enable-volume-normalisation -n Squeezebox -c "$CACHE$" --single-track $FILE$ --disable-discovery --bitrate 320 --disable-audio-cache $START$ | [sox] -q -t raw -b 16 -e signed -c 2 -r 44.1k -L - -t wav - gain

Re: [SlimDevices: Plugins] Spotty EQ using SOX

2022-04-02 Thread foxesden
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

Re: [SlimDevices: Plugins] Spotty EQ using SOX

2022-04-02 Thread sparkyuk
I've been experimenting with room correction and have some equalizer settings that I'm applying to my local flac files using this in custom-convert.conf; flc flc * 00:04:20:23:22:28 # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d} [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav

Re: [SlimDevices: Plugins] Spotty EQ using SOX

2021-03-29 Thread Michael Herger
spt pcm * * # RT:{START=--start-position %s} [spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320 --disable-discovery --disable-audio-cache $START$ | [sox] -q -t flc - -t flc $RESAMPLE$ - equalizer 99.6 2.70q +3.6 equalizer 283 1.00q -2.9 - I am no expert

Re: [SlimDevices: Plugins] Spotty EQ using SOX

2021-03-29 Thread proberts911
I added the pipe to [SOX] in file /mnt/data/slimserver/Cache/InstalledPlugins/Plugins/Spotty/custom-convert.conf. I'm not sure if the input & output format to SOX should be flc or pcm or something else. I tried a few different configurations (really just guesses) and nothing plays. Code:

Re: [SlimDevices: Plugins] Spotty EQ using SOX

2021-03-29 Thread Michael Herger
Thanks. I saw a number of EQ posts. All were very helpful in getting FLAC files EQ'd. Spotty looks a bit more complicated. Please post what you tried. It might give us a clue about what you're trying to do. ___ plugins mailing list

Re: [SlimDevices: Plugins] Spotty EQ using SOX

2021-03-29 Thread proberts911
Thanks. I saw a number of EQ posts. All were very helpful in getting FLAC files EQ'd. Spotty looks a bit more complicated. proberts911's Profile: http://forums.slimdevices.com/member.php?userid=71584 View this thread:

Re: [SlimDevices: Plugins] Spotty EQ using SOX

2021-03-29 Thread Zombie
I asked about SOX EQ under the LMS forum some tima ago. Maybe you find smth useful there... Zombie's Profile: http://forums.slimdevices.com/member.php?userid=25009 View this thread:

[SlimDevices: Plugins] Spotty EQ using SOX

2021-03-29 Thread proberts911
Does anyone have an example of using SOX to eq the Spotty plugin? I'm trying to pipe the 'spt pcm * *' output (found in /mnt/data/slimserver/Cache/InstalledPlugins/Plugins/Spotty/custom-convert.conf) into SOX but not having much success. Has anyone tried this and has a working example of what