|
pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Go to the source code of this file.
Namespaces | |
| namespace | pyACA |
| namespace | pyACA.computeMelSpectrogram |
Functions | |
| computeMelSpectrogram (x, f_s, afWindow=None, bLogarithmic=True, iBlockLength=4096, iHopLength=2048, iNumMelBands=128, fMaxInHz=None) | |
| computes a mel spectrogram from the audio data | |
| generateMelFb_I (iFftLength, f_s, iNumFilters, f_max) | |
| computeMelSpectrogramCl (cPath) | |
| main | |
Variables | |
| parser = argparse.ArgumentParser(description='Compute key of wav file') | |
| metavar | |
| required | |
| help | |
| args = parser.parse_args() | |
| cPath = args.infile | |