[alsa-devel] alsa jack plugin
Raymond Yau
superquad.vortex2 at gmail.com
Wed Nov 17 08:16:32 CET 2010
2010/11/12 Paul Menzel <paulepanter at users.sourceforge.net>
> Am Mittwoch, den 10.11.2010, 11:18 +0100 schrieb torbenh:
> > On Mon, Nov 08, 2010 at 10:26:47AM +0100, torbenh wrote:
> > >
> > > the alsa jack plugin has quite some problems:
> > > a) does not work correctly with mplayers alsa output. (and quite a few
> > > others)
>
AFAIK, mplayer , aplay and the alsa-jack plugin 1.0.1still working with
jack-0.118
So you have to tell the jack plugin fail to work from from which version of
jack if jack change the protocol
The current Documentation of jack plugin "doc/README-jack" has a mistake
pcm.jack {
type jack
playback_ports {
0 alsa_pcm:playback_1
- 1 alsa_pcm:playback_1
+ 1 alsa_pcm:playback_2
}
capture_ports {
0 alsa_pcm:capture_1
- 1 alsa_pcm:pcapture_1
+ 1 alsa_pcm:pcapture_2
}
}
More information about the Alsa-devel
mailing list