[PlanetCCRMA] jack - howto?

Kevin Bowen kevin@ucsd.edu
Wed Apr 9 15:33:02 2003


>??? There are no buttons in "jack", I have no idea what you mean by
>that. Jack itself does not have a gui. 

Sorry, I meant jack-rack.

>The jack _clients_ (ie: programs that use the jack server) are all
>different. Some connect their inputs and outputs to jack automatically,

Yes, thats what I meant to say. Jack-RACK doesn't automatically connect its ports unless you tell it to, which I now am doing, but still no sound. I'll try another program which uses jack inputs like you suggested and see if I can get anything.

-----Original Message-----
From: Fernando Pablo Lopez-Lezcano [mailto:nando@ccrma.Stanford.EDU]
Sent: Wednesday, April 09, 2003 1:07 PM
To: Kevin Bowen
Cc: CCRMA
Subject: RE: [PlanetCCRMA] jack - howto?


> After looking into it a bit more, I realized that jack does not automatically
> connect its inputs and outputs to the jack server unless explicitly
> told to (using the -i and -o command line options). Now that I do, I
> can see by looking at the jackd verbose output that it now is making
> the (apparently) appropriate connections, although I still don't get
> any sound out of it.

That does not sound correct. The jack _server_ (jackd) creates ports for
all available alsa inputs and outputs. You do not have to specify any
command line options for that. This should be enough in most cases:
  jackstart -R -d alsa -d hw

The jack _clients_ (ie: programs that use the jack server) are all
different. Some connect their inputs and outputs to jack automatically,
some do not and then you have to use qjackconnect or alsa-patch-bay
--jack to connect them. Or the command line utilities...

> I have my alsa mixer settings set to record mic in - I can do 'arecord'
> from the command line and the input gets recorded, so that's not the
> problem. I can run alsaplayer with the jack output option, and I see
> it make the connection to jackd, and I can hear it playing, so jack
> output would seem to be working. I played around with the
> enable/disable button in jack

??? There are no buttons in "jack", I have no idea what you mean by
that. Jack itself does not have a gui. 

> but still I hear nothing come out of it.

A simple test. Start "freqtweak" (after starting jackd), it connects
inputs and outputs automatically. See if you see something in the input
spectrogram when you say something into the mic. 

-- Fernando