Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
On Thu, Jun 21, 2012 at 6:43 AM, Nigel Orr
[email protected]wrote:
udp_in = gr.udp_source((gr.sizeof_float*1), “0.0.0.0”, 1234, 1472, True,
connection, if so how should I do that within gnuradio? Is there
something clever I can do with Throttle or Valve or something which will
decouple loss of a UDP audio stream from the rest of the flowgraph?Thanks,
Nigel
Hi Nigel,
Sorry for taking so long and then giving you this response. I really
don’t
have any good ideas to tell you for your problem. There’s probably not a
good way to do it currently, so you might need to roll your own
implementation of the UDP source block that performs like you want it
to.
Tom