paul- wrote: 
> You have to press the "Test" button after moving the sliders....then
> finally Save.
> 
> I've not encountered any device that doesn't work.   Even works with
> Bluetooth devices.   Can you post a copy of your /etc/asound.conf after
> setting up alsaequal?

'Test' doesn't change the sound.  If I then save and then backup and
reboot, the equaliser settings survive the reboot but they don't make
any difference to the sound.


Code:
--------------------
    # default - Generated by piCorePlayer
  pcm.!default {
  type plug
  slave.pcm "hw:0,0"
  }
  
  pcm.pcpinput {
  type hw
  card ALSA
  device 0
  }
  
  #---ALSA EQ Below--------
  pcm.sound_device {
  type plug
  slave.pcm {
  type hw
  card sndrpihifiberry;
  device 0
  }
  }
  
  ctl.equal {
  type equal;
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.plugequal {
  type equal;
  slave.pcm "sound_device";
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.equal {
  type plug;
  slave.pcm plugequal;
  }
  
--------------------


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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

Reply via email to