Yes Ulf,

some changes are going on in the building blocks of GnuRadio. For some
guidance, have a look at
http://lists.gnu.org/archive/html/discuss-gnuradio/2008-08/msg00222.html

We are going to create a Wiki page about the required changes to old
code when things slow down a bit...

On Mon, Aug 25, 2008 at 08:58, Ulf Lindgren A
<[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have been  trying the tx_voice.py and rx_voice.py, and I have had some
> problems with the rx_voice.py failing. However, I think there is a bug in
> the rx_voice.py file, at least everything works when I change it.
>
> line 88 reads:
>
>         fg.audio_tx.msgq().insert_tail(gr.message_from_string(payload))
>
> since fg is undefined I altered this line to:
>
>         tb.audio_tx.msgq().insert_tail(gr.message_from_string(payload))
>
> Have anyone experienced the same thing?
>
> /Ulf
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>



-- 
Dimitris Symeonidis
"If you think you're too small to make a difference, try sleeping with
a mosquito!" - Amnesty International


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to