tyiannak / pyAudioAnalysis

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Apache License 2.0
5.83k stars 1.19k forks source link

Fixed array casting error on edges of chroma_features #301

Open justinbacle opened 4 years ago

justinbacle commented 4 years ago

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