Displaying 3 results from an estimated 3 matches for "capture_2".
Did you mean:
  capture2
  
2004 Dec 09
4
oss, jack and ices
...a remote machine i am running ices (kh branch) on...if i start ices
with the default ices-jack.xml config i get the following:
"Failed to read config file"
I have tried commenting out the line that refers to alsa:
  <!--<param
name="connect">alsa_pcm:capture_1,alsa_pcm:capture_2</param>-->
but no luck...any hints on what i should be doing?
adam
Adam Hyde
~/.nz
r a d i o q u a l i a
http://www.radioqualia.net
Free as in 'media'
contact:
email : adam@xs4all.nl
phone : +64 21 1746 741 (new zealand mobile)
2009 Oct 03
1
Asterisk and Jack
...o -> 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_device=default
output_device=default
That works fine.
3 ) chan...
2004 Dec 10
0
oss, jack and ices
...ices (kh branch) on...if i start ices
> with the default ices-jack.xml config i get the following:
> "Failed to read config file"
> 
> I have tried commenting out the line that refers to alsa:
>   <!--<param
> name="connect">alsa_pcm:capture_1,alsa_pcm:capture_2</param>-->
> 
> but no luck...any hints on what i should be doing?
> 
> adam
> 
> Adam Hyde
> ~/.nz
> 
> r a d i o q u a l i a
> http://www.radioqualia.net
> Free as in 'media'
> 
> contact:
> email : adam@xs4all.nl
> phone : +64 21 1746...