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
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