/ManagedBass

.Net Wrapper for 'Bass' Audio Library

Primary LanguageC#OtherNOASSERTION

ManagedBass

Chat on Gitter Build Status

(c) 2016 Mathew Sachin. All Rights Reserved.
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.

For latest info: Follow ManagedBass Blog

See the Sample Repositories for examples.

ManagedBass depends on ManagedBass.PInvoke for PInvoke declarations which is quite stable package.

Getting Started

  • Install the NuGet package
Install-Package ManagedBass
  • Download the BASS libraries from http://un4seen.com and place them in Build Output Directory.