Well I had a go last night: volumio does control the shd vc with its vc.
Otherwise I drew a complete blank. I tried changing the output device from the drop down and simply inserting -V digital, none of the permutations worked.
I tried SSH ing and running squeezelite -l but all I got was command not recognised.
I can’t work out the name for the mixer device. If volumio can control thr dac vc then surely squeezelite should be able to, but I can’t seem to get anywhere
Results 11 to 20 of 27
-
2021-07-27, 03:19 #11
- Join Date
- Apr 2010
- Posts
- 786
-
2021-07-27, 04:35 #12
You can list the mixers available for a device with squeezelite.
You must specify the -o option with your card, before the -L on the command line, otherwise squeezelite listed the mixer device(s) for the default device.
$ squeezelite -o hw:CARD=sndrpihifiberry -L
Volume controls for hw:CARD=sndrpihifiberry
Analogue
Analogue Playback Boost
Digital
Max Overclock DAC
Max Overclock DSP
Max Overclock PLL
$ squeezelite -L
Volume controls for default
HeadphoneRalphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.
-
2021-07-27, 05:43 #13
- Join Date
- Apr 2010
- Posts
- 786
-
2021-07-27, 14:15 #14
- Join Date
- Apr 2010
- Posts
- 786
This does not seem normal to me:
x@minidsp-shd:/$ squeezelite -L
-bash: squeezelite: command not found
x@minidsp-shd:/$
[username deleted as minidsp made me swear to secrecy].
-
2021-08-03, 07:34 #15
- Join Date
- Apr 2010
- Posts
- 786
@schoeppi @tw99 do you have any idea why I can't use the squeezelite command, or otherise how to set up squeezelite under minidspshd to control hardware vc
-
2021-08-04, 05:13 #16
It appears the squeezelite is not in your PATH and that's why the command fails.
You can try running this command to try and locate it.
find / -name squeezelite
Mine returns
/usr/local/bin/squeezeliteRalphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.
-
2021-08-05, 00:27 #17
- Join Date
- Sep 2015
- Posts
- 3
Digital Room Correction with theHiFiBerry DSP card
Am 04.08.2021 um 14:13 schrieb ralphy:
It appears the squeezelite is not in your PATH and that's why the
command fails.
You can try running this command to try and locate it.
find / -name squeezelite
On my MiniDSP squeezelite is located in /opt. /opt isn't in the path, so
maybe thats the reason why squezzelite can not be found on your system.
Cheers,
 Schoepp
-
2021-08-05, 07:57 #18
- Join Date
- Apr 2010
- Posts
- 786
Thanks both i will have a go at adding /opt or wherever squeezelite is to the path
-
2021-08-05, 16:00 #19
- Join Date
- Apr 2010
- Posts
- 786
Code:volumiooem@minidsp-shd:/opt$ squeezelite -L Volume controls for default volumiooem@minidsp-shd:/opt$ squeezelite -l Output devices: null - Discard all samples (playback) or generate zero samples (ca pture) default:CARD=Out - I2S Out, ff010000.i2s-pcm5102a-hifi pcm5102a-hifi-0 - Defau lt Audio Device sysdefault:CARD=Out - I2S Out, ff010000.i2s-pcm5102a-hifi pcm5102a-hifi-0 - Defau lt Audio Device dmix:CARD=Out,DEV=0 - I2S Out, ff010000.i2s-pcm5102a-hifi pcm5102a-hifi-0 - Direc t sample mixing device dsnoop:CARD=Out,DEV=0 - I2S Out, ff010000.i2s-pcm5102a-hifi pcm5102a-hifi-0 - Direc t sample snooping device hw:CARD=Out,DEV=0 - I2S Out, ff010000.i2s-pcm5102a-hifi pcm5102a-hifi-0 - Direc t hardware device without any conversions plughw:CARD=Out,DEV=0 - I2S Out, ff010000.i2s-pcm5102a-hifi pcm5102a-hifi-0 - Hardw are device with all software conversions default:CARD=SPDIF - SPDIF, ff030000.spdif-dit-hifi dit-hifi-0 - Default Audio D evice sysdefault:CARD=SPDIF - SPDIF, ff030000.spdif-dit-hifi dit-hifi-0 - Default Audio D evice dmix:CARD=SPDIF,DEV=0 - SPDIF, ff030000.spdif-dit-hifi dit-hifi-0 - Direct sample m ixing device dsnoop:CARD=SPDIF,DEV=0 - SPDIF, ff030000.spdif-dit-hifi dit-hifi-0 - Direct sample s nooping device hw:CARD=SPDIF,DEV=0 - SPDIF, ff030000.spdif-dit-hifi dit-hifi-0 - Direct hardware device without any conversions plughw:CARD=SPDIF,DEV=0 - SPDIF, ff030000.spdif-dit-hifi dit-hifi-0 - Hardware device with all software conversions ^Cvolumiooem@minidsp-shd:/opt$ squeezelite -o plughw:CARD=Out -L Volume controls for plughw:CARD=Out
If so how does volumio (non squeezelite) control the vc?
-
2021-08-06, 05:00 #20Ralphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.