Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.