Skip to content

gfdittmer/AcoustID.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcoustID.NET

AcoustID fingerprinter and webservice access in C#. See https://acoustid.org/ for information about the AcoustID project.

The original code for this project can be found at https://bitbucket.org/acoustid.

Build status Nuget downloads

##Features.

  • AcoustID fingerprint calculation.
  • AcoustID webservice access: Lookup or submit fingerprints using the LookupService and SubmitService classes in the AcoustID.Web namespace.
  • Fingerprinter example application.

The example application shows how to decode audio files using NAudio or Bass.

##Configuration. If you want to use the AcoustID webservice in your application, you need to get an API key from https://acoustid.org/. Once you have the key, register it with AcoustID.NET by setting

AcoustID.Configuration.ClientKey = "APIKEY";

##License.

LGPL v2.1 (see COPYING.txt at https://bitbucket.org/acoustid/chromaprint/src)

About

AcoustID fingerprinter and webservice access in .NET

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%