Displaying 3 results from an estimated 3 matches for "alsa_pcm".
2004 Dec 09
4
oss, jack and ices
hi
i have 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
Hi,
I want to use asterisk with 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
}
}...
2004 Dec 10
0
oss, jack and ices
...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@xs4al...