pyAudioAnalysis icon indicating copy to clipboard operation
pyAudioAnalysis copied to clipboard

Fixed array casting error on edges of chroma_features

Open justinbacle opened this issue 4 years ago • 0 comments

On small steps, fixed an error where python could not cast spec to C[num_chroma] array. Fixed it by 0-padding.

justinbacle avatar Jul 20 '20 09:07 justinbacle