Crates.io | khalzam |
lib.rs | khalzam |
version | 0.3.9 |
source | src |
created_at | 2019-03-16 23:43:11.834429 |
updated_at | 2019-08-18 12:22:23.102622 |
description | Simple audio recognition library, port of khalzam-go |
homepage | |
repository | https://github.com/kisasexypantera94/khalzam-rs |
max_upload_size | |
id | 121463 |
size | 19,839 |
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.
You need to create and initialize database:
$ sh ./setup.sh
You can use the library either through the API or using khalzam-cli