HOME | ABOUT ME | PORTFOLIO | BLOG
Audio StreamerAs part of my systems programming module I made an audio streamer in C++ that uses XAudio2 and Winsock, to send audio data from a server to clients.
On the client side I use a COM DLL to wrap the C++ code that handles communication with the server and audio playback. The Users interface then is then run in C# with a windows form application. Both server and client applications utilise multi threading to ensure non blocking behaviour. |
|