开发者

play a wav file c# code

开发者 https://www.devze.com 2023-02-12 03:31 出处:网络
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 Silv

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消