Killercode
Killercode

Reputation: 904

NAudio on Silverlight

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 on google but i can't find a way to do that...

someone has some hints for it???

Upvotes: 0

Views: 739

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038930

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.

Upvotes: 3

Related Questions