ManagedBass 0.20.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package ManagedBass --version 0.20.0
NuGet\Install-Package ManagedBass -Version 0.20.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ManagedBass" Version="0.20.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ManagedBass --version 0.20.0
#r "nuget: ManagedBass, 0.20.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ManagedBass as a Cake Addin
#addin nuget:?package=ManagedBass&version=0.20.0

// Install ManagedBass as a Cake Tool
#tool nuget:?package=ManagedBass&version=0.20.0

Free OpenSource .Net Wrapper around un4seen Bass audio library and most of its addons.
This project is currently in development.
You can contribute to it on GitHub.

Samples available on GitHub Repository

The Library is compiled for AnyCPU.
But the Bass dlls need to be checked for x64 or x86.
Put the Bass dlls in the same folder as ManagedBass.dll.
ManagedBass does not need to be licensed for Commercial use, but bass and many of the addons have to be.
Check the below website for more details
Bass dlls are available at http://www.un4seen.com/bass
Bass and its Addons are trademarks of their respective owners.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (44)

Showing the top 5 NuGet packages that depend on ManagedBass:

Package Downloads
ManagedBass.Fx

ManagedBass FX AddOn

ManagedBass.Mix

ManagedBass Mix AddOn

SoundFingerprinting.Audio.Bass The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Un4seen.Bass extension library for SoundFingerprinting framework. SoundFingerprinting default library is designed to read only raw wave files. This extension provides the ability to read all files supported by Bass (including .mp3, .flac, .ogg). Un4seen.Bass is free for non-comercial use. If you intend to use this extension for commercial purposes, please contact http://www.un4seen.com for licensing

Dove.Avalonia.Extensions.Media

Media Controls Extensions for Avalonia.if you need `VideoView` or `PlayerView`,you should install libVLC in your project before init!!! [Windows](https://www.nuget.org/packages/VideoLAN.LibVLC.Windows/) or [MAC](https://www.nuget.org/packages/VideoLAN.LibVLC.Mac/).in Windows,you need add app.manifest and supportOS,you can copy from readme.md the use.if you need `AudioControl`,should download bass Libraries(.dll/.so/.dylib/.a) are separate for x86, x64, ARM by yourself. you can find out from https://github.com/ManagedBass/ManagedBass

sowelipisona

Package Description

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on ManagedBass:

Repository Stars
tooll3/t3
Tooll 3 is an open source software to create realtime motion graphics.
YARC-Official/YARG
YARG (a.k.a. Yet Another Rhythm Game) is a free, open-source, plastic guitar game that is still in development. It supports guitar (five fret), drums (plastic or e-kit), vocals, pro-guitar, and more!
angelsix/youtube
Any general files related to the AngelSix YouTube channel
Kagamia/WzComparerR2
Maplestory online Extractor
0auBSQ/OpenTaiko
An improved and personalized version of TJAPlayer3-Develop-Rewrite, .tja chart player axed on entertainment and creativity.
Version Downloads Last updated
3.1.1 61,512 4/21/2022
3.1.0 521,441 8/13/2021
3.0.8-prerelease 1,908 8/12/2021
3.0.0 242,343 3/25/2020
2.0.4 588,295 11/2/2017
2.0.3 23,088 10/25/2017
2.0.2 2,836 10/6/2017
2.0.1 5,473 5/22/2017
2.0.0 2,507 5/19/2017
1.0.2 7,096 1/28/2017
1.0.1 2,270 1/23/2017
1.0.0 16,074 1/21/2017
0.24.0 6,069 10/1/2016
0.23.3 2,918 9/1/2016
0.23.2 2,732 8/14/2016
0.23.1 2,109 8/13/2016
0.23.0 2,899 7/15/2016

* More XML Documentation.
* Bass.Float is get only.
* Added config Bass.NoTimerResolution.
* Bass.PluginLoad automatically tries different extensions if absent in filename.
* Added enum CDID.
* BassCd.GetID uses enum CDID.
* Added ID3v2 support for Comment, Popularimeter and Picture tags.
* Added TagReader - Reads tags depending on ChannelType.
* Fixed Bass.MusicLoad byte[] overload.
* Bass.MusicLoad, BassDsd.CreateStream, BassMidi.CreateStream, BassWma.CreateStream memory overloads now apply Offset.
* Removed Length parameter from BassWma.CreateStream File Authorized overload.

NAMESPACE CHANGES
-------------------------
ManagedApi and Dynamics are now contained together in following namespaces:

* ManagedBass
* ManagedBass.Fx
* ManagedBass.Cd
* ManagedBass.Wma
* ManagedBass.Wasapi
* ManagedBass.Dsd
* ManagedBass.Pitch
* ManagedBass.DirectX
* ManagedBass.Enc
* ManagedBass.Midi
* ManagedBass.Mix
* ManagedBass.Winamp

DELEGATE AND FILEPROCEDURES are held alive automatically
(You don't need to hold a reference)
------------------------------------
* All CreateStream() functions.
* Bass.ChannelSetDSP()
* Bass.ChannelSetSync()
* Bass.RecordStart()

Corrected use of EncodeFlags instead of BassFlags in BassEnc
---------------------------------
* EncodeStart limit.
* EncodeStart user.