jcvasquezc / DisVoice

feature extraction from speech signals
https://disvoice.readthedocs.io/en/latest/
MIT License
354 stars 79 forks source link

Getting None object when extracting glottal features #37

Open rx112358 opened 2 years ago

rx112358 commented 2 years ago

I'm getting a none object when extracting glottal features from an audio file

image

pk2801 commented 1 year ago

Hi @rx112358 Here fmt – format to return the features (npy, dataframe, torch, kaldi). In your case use fmt="npy" instead of "numpy". https://disvoice.readthedocs.io/en/latest/Glottal.html