Re: [Wlug] Audio processing question
"Andy" == Andy Stewart <andystewart@comcast.net> writes:
Andy> What I want to do is listen to the DRM broadcast in real time. I was Andy> unsuccessful in getting Dream to read the WAV file while it was being Andy> written.
Andy> Does anybody have any suggestions as to how this could be done?
Have you tried setting up a FIFO that each program opens and treats as a WAV file? That might be the way to have them talk to each other.
mkfifo /var/tmp/radio gqrx --output /var/tmp/radio mondiale --input /var/tmp/radio
though I havent' a clue what the two programs do at the commmand level.
Andy> That is an interesting idea but gqrx doesn't let the user pick a Andy> file name for saving the WAV audio. It creates a file name by Andy> an internal algorithm. All I can do is pick the directory in Andy> which that file is saved. Andy> Is there a way that I can tie a file to a UDP port? gqrx will Andy> output an audio stream on a UDP port. If I can make that look Andy> like a file, perhaps "mondiale" will consume it. Hmm... maybe using 'nc' (netcat) to listen to that UDP port and then feed the info into either the FIFO or directly into the other tool? Are they open source? It might just be time to hack some source to do what you want... I also think the JACK audio thing might work, where you setup some virtual Mics and Feeds to connect the two programs together. John
participants (1)
-
John Stoffel