Hello,
I have Squeezelite running fine on DietPi under the added “pi” user in the audio group
However, when I try to add alsaequal it never works.
I changed asound.conf as per Gerrelt’s script :
ctl.equal {
type equal;
controls “/home/pi/.alsaequal.bin”
}
pcm.plugequal {
type equal;
slave.pcm “plughw:0,0”;
controls “/home/pi/.alsaequal.bin”
}
pcm.equal {
type plug;
slave.pcm plugequal;
}
I than rebooted the pi.
alsamixer -D equal is displaying the interface.
Squeezelite is working with the I2S soundcard
Typing aplay -l
I get :
**** Liste des Périphériques Matériels PLAYBACK ****
carte 0: sndrpihifiberry [snd_rpi_hifiberry_dac], périphérique 0: HifiBerry DAC HiFi pcm5102a-hifi-0 []
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
When typing :
sudo /usr/bin/squeezelite-armv6hf -l
I get :
Output devices:
null – Discard all samples (playback) or generate zero samples (capture)
default:CARD=sndrpihifiberry – snd_rpi_hifiberry_dac, – Default Audio Device
sysdefault:CARD=sndrpihifiberry – snd_rpi_hifiberry_dac, – Default Audio Device
no equal ?
If I do :
sudo /usr/bin/squeezelite-armv6hf -o default:CARD=sndrpihifiberry
I get sound playing through the I2S Sound Card but no equalisation
if I do :
sudo /usr/bin/squeezelite-armv6hf -o sysdefault:CARD=sndrpihifiberry
I get sound playing through the I2S Sound Card but no equalisation
if I do :
sudo /usr/bin/squeezelite-armv6hf -o equal
I get the following error :
*** glibc detected *** /usr/bin/squeezelite-armv6hf: double free or corruption (!prev): 0x01559078
Any idea of what is wrong ?
Best regards,
Jean