我想创建一个应用程序,它将通过UDP广播通过网络接收wave数据。如何设置使用MSDN组件播放接收的波形数据(没有任何第三方库或软件)。我试图找到谷歌,但到目前为止还没有成功。任何帮助或提示将不胜感激。提前谢谢。
答案 0 :(得分:1)
UdpClient的文档 http://msdn.microsoft.com/en-us/library/System.Net.Sockets.UdpClient(v=vs.110).aspx
关于在DirectX中使用DirectSound和C#的文章 http://khason.net/blog/capturing-and-streaming-sound-by-using-directsound-with-c/