An open API service indexing awesome lists of open source software.

https://github.com/managedbass/managedbass

.Net Wrapper for 'Bass' Audio Library
https://github.com/managedbass/managedbass

audio c-sharp effects loopback mixing playback recording

Last synced: 6 months ago
JSON representation

.Net Wrapper for 'Bass' Audio Library

Awesome Lists containing this project

README

          

# ManagedBass
(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](https://github.com/ManagedBass) for examples.

> ManagedBass is now provided as a set of packages split per AddOn.

Getting Started
-----------------------------------------
* Install the NuGet package
```powershell
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.

## Changelog

### v3.1+ (August 2021)
- Incorporated all changes and contributions since March 2020.
- Automated build and deployment of Nuget packages for future releases.
- Switched to using GitHub Releases. Checkout the [latest releases here](https://github.com/ManagedBass/ManagedBass/releases) for more information.

### v3.0 (March 2020)
- No separate library for iOS. The main library can be used on iOS with DllMap (see app.config file).

### v2.0 (November 2017)
- Moved from PCL to .Net Standard 1.4.
- Removed Load and Unload methods in support of being cross-platform.
- Removed DynamicLibrary class.

### v1.0 (January 2017)
- Split NuGet packages per AddOn.
- No dependency on `ManagedBass.PInvoke`.
- Using C# 7 on Visual Studio 2017.