BASS.NET API for the Un4seen BASS Audio Library

Welcome to BASS.NET

BASS.NET API for the Un4seen BASS Audio Library
Release Info

BASS.NET Logo

Version: 2.4.17.5

Release: 14. October 2023

What It Is

BASS.NET is a .Net wrapper for the BASS audio library and all it's add-ons - available at www.un4seen.com. It can be used with the .Net Framework and with any managed language, like C#, Visual Basic, JScript, F# or managed C++. The Bass.Net release version is installed in the specified 'install-directory' and will be registered to the .NET Framework as a standard component (make sure to add a respective reference to the Bass.Net assembly within your project).

Note Note

Note, that there are several Bass.Net assemblies available (side-by-side): one targeting the .Net v6.0 Core Framework, one targeting the .Net v4.8 Full Framework. These versions are installed underneath the selected 'install-directory' within the following sub-folders:

Sub-Folder

.Net Target Version

.\core

Bass.Net for .Net 6.0 (core) or above (Bass.Net.dll)

Targeting Windows, Linux, macOS, Android and iOS development.

.\full

Bass.Net for .Net 4.8 or above (Bass.Net.dll)

Targeting x86 and x64, Windows development.

The native BASS libraries are NOT included and need to be downloaded seperately - so make sure to place the BASS library and the needed add-on libraries to your project executable directory (e.g. place the bass.dll to your .\bin\Debug folder).

BASS is an audio library for use in software on several platforms. Its purpose is to provide developers with powerful and efficient sample, stream, music, and recording functions. The full feature list is too long to be named here, but you can get it at www.un4seen.com.

See Also

Other Resources