Elixir bindings to chromaprint
  • Elixir 45%
  • C++ 37.4%
  • CMake 9.9%
  • Makefile 4%
  • Nix 3.7%
Find a file
2026-05-21 00:38:56 +02:00
c_src project init 2026-05-20 14:35:34 +02:00
lib elixir api 2026-05-20 21:37:39 +02:00
test basic tests 2026-05-21 00:38:56 +02:00
.envrc project init 2026-05-20 14:35:34 +02:00
.formatter.exs project init 2026-05-20 14:35:34 +02:00
.gitignore project init 2026-05-20 14:35:34 +02:00
.gitmodules project init 2026-05-20 14:35:34 +02:00
flake.lock project init 2026-05-20 14:35:34 +02:00
flake.nix project init 2026-05-20 14:35:34 +02:00
Makefile project init 2026-05-20 14:35:34 +02:00
mix.exs project init 2026-05-20 14:35:34 +02:00
mix.lock project init 2026-05-20 14:35:34 +02:00
README.md project init 2026-05-20 14:35:34 +02:00

Chromaprint

TODO: Add description

Installation

If available in Hex, the package can be installed by adding chromaprint to your list of dependencies in mix.exs:

def deps do
  [
    {:chromaprint, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/chromaprint.