Skip to content

evanpurkhiser/keyfinder-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyfinder Python 3.x bindings

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

Build Status

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