Can SC listen to webradio?

Can SC ‘listen’ to webradio, use it as input? Without Jack_magick, using windows?

Background, I’m contemplating setting up microphones in different location and stream their signal using Liquidsoap/Blackice/Icecast/… and use these signals in SC.

The supercollider-quarks MP3 does the job. :slightly_smiling_face:

Thanks, peeked & poked at it. It is very unix centric. So far I can’t get it going on windows.

Oops! I forgot about that. Perhaps, the code can be inspiring for a windows version…

The named pipe (mkfifo) is a bit of a problem on windows.

Getting data from a stream and writing to a file works fine, but

var p  = Pipe.new("curl.... | lame....", "r");

does not seem to get me anywhere. I’ll keep fiddling with it.