I've had this crazy idea of an application: there would be two devices. One device would take microphone input, send the raw PCM bytes over the network to the other device and application on on it would would make the device think that those sounds came from the microphone. I've managed to write everything except for the feeding bytes as sound input part.
I've been searching the web for quite a while, and I couldn't find anything: looks like I don't know how to name the problem correctly.
The receiver is written in native C++ with C# WPF Wrapper for GUI. Does anyone know a way I could solve this problem through either Win32 API or maybe there's such functionally in .NET?