On Mar 15, 2013, at 6:41 AM, Nada ABDELKADER wrote: > I'm wondering if it's possible to make gnuradio working with some VoIP > applications (e.g ekiga). Can I for example direct pkts from/to Ethernet port > to/from Gnuradio (usb port)?
It's not clear at all what you are asking, but if you want to use some VoIP application, or really any application, as an audio source or sink, you may be able to do so through something like PulseAudio[1], which can route audio between applications. You can also use file IO, perhaps with the files being FIFOs, or develop a custom block which interfaces with another application using some API it might provide. [1] http://www.freedesktop.org/wiki/Software/PulseAudio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
