pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
computeChords (x, f_s, iBlockLength=8192, iHopLength=2048) | |
recognizes the chords in an audio file | |
generateTemplateMatrix_I () | |
getChordTransProb_I () | |
computeChordsCl (cPath) | |
main | |
Variables | |
parser = argparse.ArgumentParser(description='Compute chords from wav file') | |
metavar | |
required | |
help | |
args = parser.parse_args() | |
cPath = args.infile | |
computeChords | ( | x, | |
f_s, | |||
iBlockLength = 8192, | |||
iHopLength = 2048 ) |
recognizes the chords in an audio file
x | array with floating point audio data (dimension samples x channels) |
f_s | sample rate of audio data |
iBlockLength | internal block length (default: 8192 samples) |
iHopLength | internal hop length (default: 2048 samples) |
Definition at line 21 of file computeChords.py.
computeChordsCl | ( | cPath | ) |
main
Definition at line 113 of file computeChords.py.
generateTemplateMatrix_I | ( | ) |
Definition at line 59 of file computeChords.py.
getChordTransProb_I | ( | ) |
Definition at line 78 of file computeChords.py.
args = parser.parse_args() |
Definition at line 134 of file computeChords.py.
str cPath = args.infile |
Definition at line 135 of file computeChords.py.
help |
Definition at line 131 of file computeChords.py.
metavar |
Definition at line 130 of file computeChords.py.
parser = argparse.ArgumentParser(description='Compute chords from wav file') |
Definition at line 129 of file computeChords.py.
required |
Definition at line 130 of file computeChords.py.