discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] New gr-audio-jack module


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] New gr-audio-jack module
Date: Mon, 3 Oct 2005 11:01:01 -0700
User-agent: Mutt/1.5.6i

On Mon, Oct 03, 2005 at 08:56:57AM -0400, Clark Pope wrote:
> This post reminded me of a question I had: Has anyone developed a network 
> source/sink? Basically a module just like the audio sink but who's sole job 
> is to package and stream the data to a network destination. With the 
> network source/sink in place one could listen to the audio remotely and do 
> some simple distributed computing, i.e. if one PC isn't enough to do your 
> signal processing you can have 3 or 4 or 5 PCs working on the same flow 
> graph.

Use python to create the socket.  Then pass the socket.fileno() to
gr.file_descriptor_source and/or _sink.

Eric




reply via email to

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