amanbasu/speech-emotion-recognition

Data Prep

Closed this issue · 2 comments

Hello Aman,

Quick question, how did you prepare your IEMOCAP data for loading to the model? I am trying to replicate your code but dont know how to pre-process the data.

I have used the mel frequency coefficients (MFCC) as the feature vector. The process for the same can be found in notebook. To know more about MFCC, refer this link.

Thanks, I will try to replicate that and get back