How can I play a wav file to a another computer? I know i have to send the wav file as a buffer on the out device. 开发者_如何学编程Can someone give a short eq in c#?
You will need to use Flash or Silverlight to play the audio in browser. You don't need to reinvent the wheel. Also you don't need to do much on server side other than hosting the wav or mp3 file, rest is done by the client plugin/player.
精彩评论