Displaying 1 result from an estimated 1 matches for "capture_ports".
2009 Oct 03
1
Asterisk and Jack
...h jack audio.
I tried the next configurations :
1 ) app_jack.so -> does not work.
2 ) chan_alsa.so without jackd started
my .asoundrc :
pcm.!default
{
type hw
card 1
}
pcm.jack1 {
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
}
}
pcm.jack1b {
type plug
device jack1b
server linux
slave {
pcm "jack1"
rate 8000
format FLOAT
channels 2
}
}
ctl.mixer0 {
type hw
card 1
}
in alsa.conf?:
input_devi...