Hi all, first-time I'm talking on this list, nice to meet everyone =). 
I'm wondering where I can find documentation on setting up my .asoundrc 
for the jack plug-in. Currently using the below, but want to add 
libsamplerate conversion for 44100 to 48000, and perhaps try and figure 
out why my VBox outputs static instead of sound.

------------------------------------
pcm.!default {
    type plug
    slave { pcm "jack" }
}

pcm.jack {
    type jack
    playback_ports {
        0 alsa_pcm:playback_1
        1 alsa_pcm:playback_2
    }
    capture_ports {
        0 alsa_pcm:capture_1
        1 alsa_pcm:capture_2
    }
}

ctl.mixer0 {
    type hw
    card 0
}

pcm.dsp0 {
    type plug
    slave { slave.pcm "jack" }
}
---------------------------------

------------------------------------------------------------------------------
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to