# Are you looking for good optimized asound.conf or .asoundrc? # You found it! If you are unsure how to use this file or JACK read # http://linuxmusicians.com/viewtopic.php?f=27&t=8898&p=28577#p28912 # This link explains how to get perfect sound from ALSA and JACK with # ~5ms latency or better. # # This example assumes that you have analog stereo input and output, # digital (S/PDIF) stereo input and output. If your sound card is # is different, please edit this file accordingly. Read # http://alsa-project.org/main/index.php/Asoundrc # if unsure how. pcm.!default { type plug slave { pcm jack channels unchanged } } ctl.!default { type hw card 0 } pcm.jack { type jack capture_ports { 0 system:capture_1 1 system:capture_2 } playback_ports { 0 system:playback_1 1 system:playback_2 } } pcm.all { type multi slaves.analog.pcm "hw:0,0" slaves.analog.channels 2 slaves.digital.pcm "hw:0,1" slaves.digital.channels 2 bindings.0.slave analog bindings.0.channel 0 bindings.1.slave analog bindings.1.channel 1 bindings.2.slave digital bindings.2.channel 0 bindings.3.slave digital bindings.3.channel 1 } ctl.all { type hw card 0 }