I have a problem with different sound libaries... I use Visual Studio.NET and C#
I have programmed a small simulator with ebedded sound and want to have a audio libary which also has pause and volume control. So I tried SDL.NET and IrrKlang. Both are working, but I want to habe the simulator as a "standalone" simulator so I have to embed the audio libaries to the simulator. I tried the testversion of smartassembly, but the SDL.NET libary isn't fully integrated and with Irrklang, smartassembly said that there is nonmanaged code in the irrklang libary and it abort.
So I have multiple questions:
-Is there a simple audiolibary which I can embed easily? -Is there a, for example, .cs-file of an audio libary so I don't have to embed a .dll? -Can I change a .dll so I have mangaged code?
Thx
EDIT:
Errormessages with SmartAssembly: SDL.NET:
Tao.NET.dll and SDLdotNET.dll can be embedded, but SDL.NET (The Core) is not a valid .COM-Libary so it can't be embedded
IrrKlang:
-IrrLang.dll can be embedded, but after converting the program says that there is "non-managed" code in libary so it can't be embedded.
What can I do??