Mopidy settings to use alsaequal

How do I configure mopidy to use alsaequal?

Editing this since mopidy does not use alsa directly and the better question would be how to get (default) gstreamer to use alsaequal.

In theory out of the box if alsaequal is configured to be the default PCM in asound.conf then gstreamer’s autoaudiosink should do the trick. Also found that the alsasink “[audio] output=” setting can be used to specify “alsasink device=equal” etc.

That sounds about right. But do note that https://github.com/woutervanwijk/Pi-MusicBox/blob/master/filechanges/opt/musicbox/startup.sh does some runtime configuring of audio that might be messing things up for you. I would skim over what it actually does.