Hi everyone
Im currently trying to set up a raspberry pi with a hifiberry sound card
for a mono speaker. But I'm struggling with the required asound.conf
settings.
As far as I can tell, i need to change the settings in
Beta/Extras/asound

But if i change it there to mono, i haven't gotten any sound yet. I'm
not sure what is required in the output settings field. If i empty it in
first, i feel like it doesn't recognize my soundcard.

Thank you for any tips



This is the current file if i check via putty /etc/asound.conf

Code:
--------------------
    
  # default - Generated by piCorePlayer
  pcm.!default {
  # mono
  type route;
  slave.pcm "hw:0,0";
  ttable {
  0.1 1;
  0.0 1;
  1.0 1;
  1.1 1;
  }
  }
  
  pcm.pcpinput {
  type hw
  card Headphones
  device 0
  }
  
  #---ALSA EQ Below--------
  pcm.sound_device {
  type plug
  slave.pcm {
  type hw
  card Headphones
  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;
  }
  
  
--------------------


------------------------------------------------------------------------
mrququk's Profile: http://forums.slimdevices.com/member.php?userid=73062
View this thread: http://forums.slimdevices.com/showthread.php?t=116888

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to