Leagnus 0 Posted September 20, 2011 Is there a way to record music stream separately from all system sounds? Like in Egisca NexusRadio. It's for nice Share this post Link to post Share on other sites
sleepydvdr 8 Posted October 22, 2011 I do not know enough on this subject to help you, but I can point you in the right direction. You need to look at WinPcap: http://www.winpcap.org/default.htm It has an API that you interface with it to capture streams. They offer a free and Pro version. That's all I know. #include <ByteMe.au3> Share this post Link to post Share on other sites
nend 46 Posted October 22, 2011 If it's a mp3 stream (shoutcast) you can record the stream with "initget" function. I used in a programm of my and it works greate. Share this post Link to post Share on other sites