I have 2 questions:
- the mfc file is a binary file. Is it possible to view the matrix in clear? Is there a document about the structure of file. I would like to use the mfcc matrix in a python program?
- do you know a DTW program which can compare 2 mfcc file?
regards,
Laurent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there a python script which create a mfcc file from a wav file?
Thank you in advance
Laurent
Hi,
i did not see you reply to me. Thanks.
i've also found from scikits package a pure python implementation of mfcc.
Laurent
I have 2 questions:
- the mfc file is a binary file. Is it possible to view the matrix in clear? Is there a document about the structure of file. I would like to use the mfcc matrix in a python program?
- do you know a DTW program which can compare 2 mfcc file?
regards,
Laurent
sphinx_cepview converts it to text
4-bytes header contains integer - number of floats in a file. Then floats go
one by one each in 4 bytes.
I'm not sure what stops you here.