dtcooper / raspotify

A Spotify Connect client that mostly Just Works™
https://dtcooper.github.io/raspotify
MIT License
4.59k stars 209 forks source link

Can't get ALSA EQ Plugin work on RPi3 B+ #583

Closed blakyris closed 1 year ago

blakyris commented 1 year ago

Due Diligence

What can we help you with?

Hi everyone,

I installed Ubuntu Server on my RPi3 B+ with Raspotify. Everything works execpt the ALSA EQ plugin. I think the problem is the user used by the systemd service.

When I start librespot as sudo without any options it defaults on the EQ. But when I use raspotify the EQ is not applied.

Here is my asound.conf

pcm.!default {
    type plug
    slave.pcm plugequal
}

ctl.!default {
    type hw card 0
}

ctl.equal {
    type equal
    controls /tmp/.alsaequal.bin
}

pcm.plugequal {
    type equal
    controls /tmp/.alsaequal.bin
    slave.pcm "plughw:0,0"
}

pcm.equal {
    type plug
    slave.pcm plugequal
}

In the config file : I tried with OPTIONS=--device "equal" and without but nothing happened. I set DEVICE to equal and default nothing changes also.

This problem appear to be the same with Shairport on my config. I don't know what I'm doing wrong.

Thanks for your help.

JasonLG1979 commented 1 year ago

Duplicate of https://github.com/dtcooper/raspotify/issues/23 and https://github.com/dtcooper/raspotify/issues/475 and https://github.com/dtcooper/raspotify/issues/569

github-actions[bot] commented 1 year ago

This issue is invalid.

JasonLG1979 commented 1 year ago

In the future please search though the issues to avoid filing a duplicate bug report.