[][src]Crate khalzam

Khalzam

khalzam is an audio recognition library that makes it easy to index and recognize audio files. It focuses on speed, efficiency and simplicity.

Its algrorithm is based on this article

Modules

db

db module takes care of interaction with repository/database.

Structs

MusicLibrary

MusicLibrary is the central structure of the algorithm. It is the link for fingerprinting and repository interaction.