Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hi, I am doing a project and I want to use IrrKlang with C Sharp. It seems super straightforward and clearly documented. I am new to a lot of this though and I have downloaded the IrrKlang 64 bit download but I am not sure how to get it to work with a C Visual Studio project. I am trying to get the basic "play an mp3" program running but I do not understand how to include the necessary files into my project. If anyone can help me I would be super appreciative! Many thanks ![]() |
||||
|
I've managed to figure out how to add the main .dll file. I still don't know how to get mp3s to work but there seems to be an mp3 related .dll file but it cant be added as a reference. I don't need to work with mp3s but I would still like to know. If anyone needs help getting the basic .dll working (for C Sharp in Visual Studio) then just let me know :) |
||||
|
You need to copy the mp3 decoder plugin into the directory where your app runs from (it's the ikpmp3.dll file). Then it will automatically find the dll when starting up and be able to decode mp3s. |
|