Is it possible to write a program that pipes the sound from one computer through the sound card of another?
Posted
by
Kenneth
on Programmers
See other posts from Programmers
or by Kenneth
Published on 2011-03-12T04:51:20Z
Indexed on
2011/03/12
8:17 UTC
Read the original article
Hit count: 421
networking
I have a case where I need to use one computer's sound card to play sound but I want the sound to be generated at another computer that's on the same network as the other. Ideally the program that does this would only run on the computer that was generating the sound, though I'm fairly certain that isn't possible based on the research I have been doing. What ever I do with it though the solution would need to be such that the computer actually playing the sound would be secure. Thanks for any input.
© Programmers or respective owner