VoxForge
--- (Edited on 5/4/2008 10:53 am [GMT-0500] by imene) ---
Hi imene,
Sorry, I don't know anything about this ... have you tried posting a question to the HTK-mailing list or on the comp.seech.research newsgroup?
You could also try searching through the HTK mailing list archive files (note:
you need to be logged in to HTK to download these ...):
htk-users.mboxhtk-developers.mbox
Ken
--- (Edited on 5/6/2008 3:34 pm [GMT-0400] by kmaclean) ---
hi
I found the solution of the problem
the solution is:
1 create files MFCC corresponds to our data with htk
(with the standard tool HCopy)
2 - we calculate our features( parametre) with one of the languages like matlab for example….
3- use the following procedure matlab:
http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/doc/voicebox/readhtk.html
To read the data mfcc create with htk in matlab
4- do the concatenation in matlab between our own data and the files mfcc
5- transforms the result of the concatenation to htk data with the procedure:
http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/doc/voicebox/writehtk.html
This procedure use the header data to: USER
tanks
--- (Edited on 7/12/2008 4:36 pm [GMT-0500] by imene) ---