Slovator wrote: 
> I want to use the equalizer when outputting sound through the
> LocalPlayer plugin.
> 
> How can I output sound through LocalPlayer using *AlsaEQ* on Armbiant
> Strech?
> 
> The "*equal*" output does not appear in the plugin menu.
> 
> To do this, the plugin must use the default output device from
> *asound.conf*. But I do not know how to add this to the LocalPlayer
> plugin ...
> 
> I use the Orange PI ZERO board.
I haven't tried this with local player, but with a stand-alone
squeezelite (which is the same program) I can get it to output to the
"equal" device and hence to my DAC by modifying .asoundrc in my home
directory.  My file contains the following (slightly cut-down from what
I actually have, so I hope I have not introduced any errors).  I'm not
sure how much of it is actually necessary, but it works.  I then use
alsamixer -D equal to set up the equalisation.  In the local player
settings use "-o equal" to output to that device.

Code:
--------------------
    
  pcm.DACH { type hw; card DAC; }
  ctl.DACH { type hw; card DAC; }
  pcm.!default pcm.DACH
  ctl.!default ctl.DACH
  
  pcm_slave.s13 { 
                pcm DACH 
                format S32_LE 
                channels 2 
                rate 192000 
  } 
  
  pcm.equal {
  type plug;
  slave.pcm plugequal;
  }
  
  ctl.equal {
  type equal;
  module "Eq10";
  }
  
  pcm.plugequal {
  type equal;
  module "Eq10";
  slave {
  pcm "plughw:DAC,DEV=0";
  }
  hint {show on;description "Equalizer for Card DAC"}
  }
  
--------------------



LMS 7.9.3 on PC, Xubuntu 18.04, FLACs 16->24 bit, 44.1->192kbps.  2
Touchs & EDO.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (A308CR amp & ESLs) & Marantz
CR603 UPnP renderers.  
Also Minimserver & Upplay to same & to upmpdcli/mpd PC renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 18.04 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.
------------------------------------------------------------------------
PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to