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

Reply via email to