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
- Host: GitHub
- URL: https://github.com/managedbass/managedbass
- Owner: ManagedBass
- License: other
- Created: 2015-09-11T14:54:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T13:42:22.000Z (over 1 year ago)
- Last Synced: 2025-04-06T04:32:46.166Z (6 months ago)
- Topics: audio, c-sharp, effects, loopback, mixing, playback, recording
- Language: C#
- Homepage: https://github.com/ManagedBass/Home
- Size: 1.46 MB
- Stars: 242
- Watchers: 18
- Forks: 42
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.