On Mon, Aug 29, 2005 at 04:42:54PM -0500, Jack O'Quin wrote:
carmen wrote:
>then theres the fact that youre goign to need 2 jackd's, one running
>in 32bit land, and another in 64, and talk to eachother via UDP, if
>you want to really share audio between apps from both architectures
>at once..
Cesare Marilungo <cesare(a)poeticstudios.com> writes:
Is this really needed? I thought that I could
talk between 32bit and
64bit applications using jack.
No. We have that on our post-1.0 TODO list, but it's really hard and
won't happen any time soon, if at all.
and its quite possibly not necessary, with an asound.conf like this (set your 32 bit apps
to use ALSA):
(As stolen from the ALSA FAQ):
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
}
}