开发者

NAudio on Silverlight

开发者 https://www.devze.com 2023-01-14 07:25 出处:网络
Is it possible to use the NAudio on a silverlight application? I just can\'t add the dll to my project... I\'d like to build a little audio mixer.

Is it possible to use the NAudio on a silverlight application? I just can't add the dll to my project... I'd like to build a little audio mixer.

I already searched开发者_Python百科 on google but i can't find a way to do that...

someone has some hints for it???


NAudio uses tons of interop into Win32 functions that would be completely impossible to run in Silverlight.


UPDATE:

If you are looking for an MP3 player for Silverlight you may check out the Silverlight Audio Player.

0

精彩评论

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