pyAudioAnalysis
pyAudioAnalysis copied to clipboard
Fixed array casting error on edges of chroma_features
On small steps, fixed an error where python could not cast spec to C[num_chroma] array. Fixed it by 0-padding.