Skip to content
/ chordse Public

Generates chromagram vectors from any input audio to be used in chord recognition or other music analysis.

Notifications You must be signed in to change notification settings

SlimeQ/chordse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chordse

This application takes input in the form of an audio file and outputs vectors representing the presence of each note in the musical scale. The resulting vectors can then be used for chord recognition tasks.

chordse.py is the serial version of this program. chordsepool.py is a variation which runs in parallel across a number of threads. chromagram.c is a C module used by the python scripts in order to improve speed.

About

Generates chromagram vectors from any input audio to be used in chord recognition or other music analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published