pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Go to the source code of this file.
Namespaces | |
namespace | pyACA |
namespace | pyACA.computeBeatHisto |
Functions | |
computeBeatHisto (x, f_s, cMethod='FFT', afWindow=None, iBlockLength=1024, iHopLength=8) | |
computes a simple beat histogram | |
computeBeatHistoCl (cInPath, cOutPath) | |
Variables | |
parser = argparse.ArgumentParser(description='Compute simple beat histogram of wav file') | |
metavar | |
required | |
help | |
args = parser.parse_args() | |
cInPath = args.infile | |
cOutPath = args.outfile | |