To find pitch of an audio file
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pitch-0.0.6-py3-none-any.whl (2.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pitch-0.0.6.tar.gz (1.5 kB) | File type Source | Python version None | Upload date | Hashes View |