parthmehta15 / Pitch

Find Pitch of an Audio file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a package to find pitch of an audio signal ie. wav file.

Use the function by giving the input argument as the name of the wav file (type==str).

Function returns the value of the pitch of the audio.

import pitch

p = pitch.find_pitch('Sample.wav')

print('pitch =', p)

Packages Required

1.scipy

2.matplotlib

3.numpy

About

Find Pitch of an Audio file

License:MIT License


Languages

Language:Python 100.0%