discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Problem with rx_voice.py


From: Ulf Lindgren A
Subject: [Discuss-gnuradio] Problem with rx_voice.py
Date: Mon, 25 Aug 2008 08:58:23 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]