pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
computePitch.py File Reference

Go to the source code of this file.

Namespaces

namespace  pyACA
 
namespace  pyACA.computePitch
 computePitch
 

Functions

 computePitch (cPitchTrackName, x, f_s, afWindow=None, iBlockLength=4096, iHopLength=2048)
 computes the fundamental frequency of (monophonic) audio supported pitch trackers are: 'SpectralAcf', 'SpectralHps', 'TimeAcf', 'TimeAmdf', 'TimeAuditory', 'TimeZeroCrossings',
 
 isSpectral (cName)
 helper functions
 
 isTemporal (cName)
 
 computePitchCl (cPath, cPitchTrackName, bPlotOutput=False)
 main
 

Variables

 parser = argparse.ArgumentParser(description='Compute key of wav file')
 
 metavar
 
 required
 
 help
 
 args = parser.parse_args()
 
 cPath = args.infile
 
 cPitchTrackName = args.featurename
 
 bPlotOutput = args.plotoutput