Skip to content

A Rust wrapper around the AcoustID Chromaprint library.

Notifications You must be signed in to change notification settings

0xcaff/rust-chromaprint-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-chromaprint-native

A rust wrapper around the AcoustID Chromaprint C library.

Usage

Just add the dependency. Chromaprint will be built at compile time.

chromaprint_native = { git = "https://github.com/0xcaff/rust-chromaprint-native" }

To use an already built version of chromaprint, specify the CHROMAPRINT_LIB_DIR environment variable at build time. When specified, the library in the specified folder will be used instead of building one at compile time.

Example

There are some example in the tests.

About

A Rust wrapper around the AcoustID Chromaprint library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages