play a wav file c# code

前端 未结 1 1386
傲寒
傲寒 2021-01-29 11:32

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#?

相关标签:
1条回答
  • 2021-01-29 11:55

    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.

    0 讨论(0)
提交回复
热议问题