I'm currently trying to implement a simple word recognization from a standard microphone with Python. I already sampled data and extract MFCC matrix from the audio signal. But the question is : What should I do with these features to get phonems or recognize a word ? NB: The words which I would to recognize represent a Proper Name of person. Thanks in advance.
Asked
Active
Viewed 220 times
2
-
Please post some code at which you are stuck. Also, list packages you're using. – mbdevpl Oct 30 '16 at 16:13
-
did you make any progress? on what to do with mfcc? – kRazzy R Dec 01 '17 at 19:33