libkeyfinder
Musical key detection for digital audio
libkeyfinder
is a small C++11 library for estimating the musical key of digital audio.
- Versions: 2.2.7
- Website: https://mixxxdj.github.io/libkeyfinder/
- Licenses: GPL 3+
- Package source: gnu/packages/audio.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libkeyfinder
as follows:
guix install libkeyfinder
Or install a particular version:
guix install libkeyfinder@2.2.7
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of libkeyfinder about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libkeyfinder'><img src='https://packages.guix.gnu.org/packages/libkeyfinder/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libkeyfinder/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libkeyfinder)
Example Org:
[[https://packages.guix.gnu.org/packages/libkeyfinder][https://packages.guix.gnu.org/packages/libkeyfinder/badges/latest-version.svg]]