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

2009-11-18 Thread Eric Blossom
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

[Discuss-gnuradio] Re: Jack instead of ALSA

2009-11-18 Thread Charles Herdt
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