I found a Microsoft dll called winmm.dll. I'm looking into it. From what I've read, this is what I need. It has a pretty large library of functions. I guess I just use the dll commands from DBP correct? I've actually never even thought about using those commands until now.
[EDIT] With it, you can can set up streams between computers, among some of the more amazing abilities. If it works out great, I might highly recommend this for DBP users!
[EDIT 2] Aha! Apparently, the best solution is to take a sample of incoming sound every loop, transfer this data, then play that sound on the receiving computer's next loop. I don't think that's something winmm.dll is capable of.

I don't know what to do! I need some serious technical help!
[EDIT 3] Well, it's late, this is my last edit. After a few hours of search and study, I think DirectSound is what I need. There are some nice tutorials on split buffering for streaming live sounds. This should be, uh... Interesting. This is a huge step outside of my little nest of safety(aka DarkBASIC commands). I got my work cut out for me! I'll post back if I need help.