8000 GitHub - 02agarwalt/Pitch-identification: Script to print note sequence in melody line from .wav file (Python)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

02agarwalt/Pitch-identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Playing around with pitch identification using the Melodia melody extraction algorithm (created by Justin Salamon) available on Github.

test.py takes in the .wav sound file and prints an estimation of the melody in the file (in terms of notes). The program works by smoothing out and discretizing the extracted melody line, and then converting the frequencies to notes.

Requires vamp and librosa.

Usage:

python test.py soundFile.wav

About

Script to print note sequence in melody line from .wav file (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0