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

Go to the source code of this file.

Namespaces

namespace  pyACA
 
namespace  pyACA.computeNoveltyFunction
 

Functions

 computeNoveltyFunction (cNoveltyName, x, f_s, afWindow=None, iBlockLength=4096, iHopLength=512)
 computes the novelty function for onset detection supported novelty measures are: 'Flux', 'Laroche', 'Hainsworth'
 
 computeNoveltyFunctionCl (cPath, cNoveltyName)
 main
 

Variables

 parser = argparse.ArgumentParser(description='Compute key of wav file')
 
 metavar
 
 required
 
 help
 
 args = parser.parse_args()
 
 cInPath = args.infile
 
 cNoveltyName = args.noveltyname
 
 bPlotOutput = args.plotoutput