Elliot Ward
  • Home
    • About Me
  • Portfolio
    • Windows 8 Metro App
    • SpaceBall
    • Audio Streamer
    • Team Project
    • Renderers
    • Gamemaker
  • Program-Debug-Repeat A Blog

HOME | ABOUT ME | PORTFOLIO | BLOG


Audio Streamer

As 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. 

Powered by Create your own unique website with customizable templates.