Sorry if this question has already been asked but is there a built-in config to change the feature extracted when training the model?
I read that it is possible to change and compute for other features other than MFCC. I wanted to ask how is it done? Sorry I'm totally a beginner and I don't know where to start.
Thank you...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry if this question has already been asked but is there a built-in config to change the feature extracted when training the model?
No, there is no such configuration
I read that it is possible to change and compute for other features other than MFCC. I wanted to ask how is it done? Sorry I'm totally a beginner and I don't know where to start.
You just edit the scripts, just replace the default sphinx_fe stage with your own tool.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry if this question has already been asked but is there a built-in config to change the feature extracted when training the model?
I read that it is possible to change and compute for other features other than MFCC. I wanted to ask how is it done? Sorry I'm totally a beginner and I don't know where to start.
Thank you...
No, there is no such configuration
You just edit the scripts, just replace the default sphinx_fe stage with your own tool.