(c) Mathew Sachin
Free Open-Source Cross-Platform .Net Wrapper for Un4seen Bass and its AddOns.
Bass and its Add-Ons can be downloaded at http://un4seen.com/
ManagedBass is targeted for Any CPU, but bass Libraries(.dll/.so/.dylib/.a) are separate for x86, x64, ARM, etc.
Download the versions you need.
See the Sample Repositories for examples.
ManagedBass depends on ManagedBass.PInvoke for PInvoke declarations which is quite stable package.
- Install the NuGet package
Install-Package ManagedBass
- Download the BASS libraries from http://un4seen.com and place them in Build Output Directory.
See https://github.com/ManagedBass/Home for more info.