I'm tring to figure out a way to stream analog input from "line in" on a soundcard. OR, stream it from "waveout." Basically I don't have to parse it in any way as it's just getting dished back out over I/O sockets. However, I can't find any information on what socket I would open or what the heck to do to read audio on the Win32 interface with perl. Ideas? Reading material? Links?