SoundFingerprinting.Audio.Bass 4.2.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SoundFingerprinting.Audio.Bass --version 4.2.0
                    
NuGet\Install-Package SoundFingerprinting.Audio.Bass -Version 4.2.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="SoundFingerprinting.Audio.Bass" Version="4.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SoundFingerprinting.Audio.Bass" Version="4.2.0" />
                    
Directory.Packages.props
<PackageReference Include="SoundFingerprinting.Audio.Bass" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SoundFingerprinting.Audio.Bass --version 4.2.0
                    
#r "nuget: SoundFingerprinting.Audio.Bass, 4.2.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.
#:package SoundFingerprinting.Audio.Bass@4.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SoundFingerprinting.Audio.Bass&version=4.2.0
                    
Install as a Cake Addin
#tool nuget:?package=SoundFingerprinting.Audio.Bass&version=4.2.0
                    
Install as a Cake Tool

Audio library for sound fingerprinting framework

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.0 4,827 7/1/2019
6.3.0 920 6/5/2019
6.2.2 890 5/1/2019
6.2.1.1 845 4/25/2019
6.2.1 1,061 4/15/2019
6.2.0 849 3/4/2019
6.1.1 822 2/23/2019
6.0.0.1 1,022 11/6/2018
6.0.0 936 11/6/2018
5.2.3.1 1,029 10/16/2018
5.2.3 1,033 9/20/2018
5.2.2 1,273 7/4/2018
5.2.1 1,649 5/10/2018
5.2.0 1,498 4/29/2018
5.1.0 1,547 3/20/2018
5.0.0 1,464 3/13/2018
4.2.1 1,434 3/5/2018
4.2.0 1,446 3/1/2018
4.1.0 1,532 12/5/2017
4.0.0 1,452 10/23/2017
3.2.0 1,294 10/14/2017
3.1.2 1,377 9/16/2017
3.1.0 1,814 12/15/2016
3.0.0 1,396 12/6/2016
3.0.0-beta 1,149 11/29/2016
3.0.0-alpha 1,116 11/23/2016
2.3.3 1,351 11/10/2016
2.3.1 1,657 10/29/2016
2.3.0 1,341 10/28/2016
2.0.0 1,748 1/15/2016
1.1.0 2,348 6/1/2014
1.0.5230.33198 1,834 4/27/2014
1.0.0.33376 1,945 4/26/2014

Version 4.1.0 comes with simplified internal interfaces, and removed Ninject dependency. Version 3.2.0 come with upgraded Un4seen.Bass libraries: 2.4.12. These come with a more accurate resampling which also can be controlled via constructor parameters. The default resapling quality is 4 (64 points interpolation). BassAudioService also provides a helper method which reads the length of an input file (useful for TrackData instantiation).