.Net Wrapper for Un4seen BASS.dll audio library FX add-on. The FX add-on is an extension providing several effects, including reverse playback and tempo and pitch control.


Keywords
bass, asio, record, play, audio, music, un4seen, bass.dll, mp3, ogg, wav, aiff, mod, tracker, midi, mixing, flac, aac, ac3, cd, rip, id3, tag, opus, wma, stream, shoutcast, icecast, radio, vst
License
Other
Install
Install-Package BassSharp.Fx -Version 4.0.9-pre

Documentation

alt tag

BassSharp

Free, open-source, cross-Platform .Net Wrapper for Un4seen Bass library and its various add-ons.

Forked from ManagedBass (c) Mathew Sachin

See the Sample Repositories for examples.

Getting Started

  • Install the NuGet package
Install-Package ManagedBass
  • Download the BASS libraries from http://un4seen.com and place them in Build Output Directory. 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 https://github.com/ManagedBass/Home for more info.

Changelog

v4.0

  • Forked from ManagedBass. Migrated to Azure DevOps pipelines and fixed some issues with Nuget package build.