Hi All,
I would like to try some experiments with gnuradio using the Jack Audio
Connection Kit as the input source. Following a note from 2009 that
Eric made, I put did the following:
Much easier to just edit ~/.gnuradio/config.conf
Add these three lines to the file:
[audio]
verbose = True
Hi David - I'm glad you got JACK going. I don't use JACK myself, so I don't
know how jackd works. Maybe someone else on this this does? - MLD
On Mar 7, 2012, at 3:47 PM, David Kierzkowski wrote:
> ok thanks for the reply
> i finally made some progress and have jack support compiled in now.
> h
ok thanks for the reply
i finally made some progress and have jack support compiled in now.
however i know have another problem. So i have jackd starting at boot
ps axw
4581 ?SLsl 0:00 /usr/bin/jackd -R -d net
when i run gnuradio its forks its own instnace of jackd.
david@ubuntu-serve
If JACK was not found at configure time, it will not appear in the audio
registry at application initialization time (before "main" is executed). try
going back to 'configure' (or cmake) to see what it thinks is going on. - MLD
On Mar 6, 2012, at 10:19 AM, dave k wrote:
> ok i jsut discovered
6/12, dave k wrote:
> From: dave k
> Subject: [Discuss-gnuradio] jack audio source/sink status?
> To: "gnuradio"
> Date: Tuesday, March 6, 2012, 9:45 AM
> does anyone know if/how to get jack
> audio working? i tried adding the enable to the config, but
> the no
does anyone know if/how to get jack audio working? i tried adding the enable to
the config, but the no mention of it in the compile. tried a few different
combos of import statements, cant seem load it.
___
Discuss-gnuradio mailing list
Discuss-gnurad