hello Sir, I used sphinx for building a model. Now I have some doubts related to the feature extraction process and I have not found answers to them in any tutorial. Can u please answer my question- Which data structure is used for storing various MFCC values?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello Sir, I used sphinx for building a model. Now I have some doubts related to the feature extraction process and I have not found answers to them in any tutorial. Can u please answer my question- Which data structure is used for storing various MFCC values?
MFCC values are stored in two-dimentional array of type mfcc_t which is either float or int32 for fixed point mode.