Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 659 Bytes

A little python script i made to extract chords from an audio file (using ohollo/chord-extractor) and visualize them in an HTML file along with chord diagrams (#TODO). you can also transpose the chords and view them in either guitar or ukulele mode.

Requirements: Python, chord-extractor and its requirements )

Example

Usage

C:\...\Music> python "C:\...\chord_extractor\cho.py" "song.mp3"

TODO

  • get chord diagrams for guitar or ukulele. something like:
/guitar/A.png
/guitar/Am.png
/ukulele/Dm.png
/ukulele/C.png
...