keyfinder

Determine the key of an audio file


Keywords
keyfinder, music, python, python-module
License
GPL-3.0
Install
pip install keyfinder==1.1.0

Documentation

Keyfinder Python bindings

This package implements basic bindings for libKeyFinder. It includes the supporting libav code for reading audio data and passing it into libKeyFinder.

Usage

import keyfinder

key = keyfinder.key('my-audio.mp3')

key            # A
key.camelot()  # 11B
key.open_key() # 4d

Build requirements

You must have the following dependencies installed to build this module