Re: [linux-audio-user] JACK 32<>64

From: carmen <ix@email-addr-hidden>
Date: Tue Aug 30 2005 - 13:19:55 EEST

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@email-addr-hidden> 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
        }
}
Received on Tue Aug 30 16:15:04 2005

This archive was generated by hypermail 2.1.8 : Tue Aug 30 2005 - 16:15:08 EEST