Displaying 1 result from an estimated 1 matches for "soundflow".
Did you mean:
  soundlow
  
2005 Jan 02
0
OpenSource Nicecast project - anyone interested?
...I'm a newcomer to this list, but I thought people may be interested in my 
current project, an open-source equivalent of Nicecast.  It's intended to 
let you stream live audio over your home network, and is currently working 
nicely between my Powerbook and Linux PC.  It works by using the Soundflower 
dummy audio driver to grab all audio from the Powerbook, then my program 
uses CoreAudio to record and convert this to PCM, before sending it to 
ices2, which encodes the stream to Vorbis and sends this to my local icecast 
server.  I want to streamline this whole process further, hopefully remo...