pitch 0.0.6

Creator: railscoder56

Last updated:

Add to Cart

Description:

pitch 0.0.6

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.