discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Re: Jack instead of ALSA


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Re: Jack instead of ALSA
Date: Wed, 18 Nov 2009 06:40:53 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Nov 18, 2009 at 09:07:16AM -0200, Charles Herdt wrote:
>  Just in case someone else has the same problem:
> 
>  if you need to force Jack audio:
> 
>  from gnuradio import audio_jack
> 
>  and on the source/sink linles, use audio_jack.source or
> audio_jack.sink instead of audio.source and audio.sink.
> 
>  Thanks to Oswald Berthold for the help.
> 
>  Best regards,
>  Charles

Much easier to just edit ~/.gnuradio/config.conf
Add these three lines to the file:


[audio]
verbose = True
audio_module = audio_jack



> On Tue, Nov 17, 2009 at 9:54 PM, Charles Herdt <address@hidden> wrote:
> >  Hello
> >
> >  Hoping anyone had gone through this before.
> >  I am trying to make some experiments with jack audio in linux (Ubuntu
> > 9.10), but so far, all I could get is Alsa.
> >  I'm using the audio.sink and audio.source blocks, and have not yet
> > figured out a way for it to use Jack.
> >  I have jack audio compiled in gnurario 3.2.2.
> >  Any suggestions?
> >
> >  Thank you in advance,
> >  Charles A. Herdt

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]