VoxForge
I want to transform model from Sphinx acoustic model to htk acoustic model.
Is Speech Recognition Model Coverter used to transform Sphinx acoustic model to htk acoustic model?
But I go to website, http://sourceforge.net/projects/srmc/ , I can not find Speech Recognition Model Converter files.
How can I get Speech Recognition Model Coverter source?
--- (Edited on 11/11/2010 7:13 pm [GMT-0600] by yassing) ---
>How can I get Speech Recognition Model Coverter source?
http://srmc.cvs.sourceforge.net/viewvc/srmc/usmc/
--- (Edited on 11/12/2010 1:17 am [GMT-0500] by kmaclean) ---
Hi there,
First of all, via command terminal go to the directory where the .exe is, then type in the following command:
s3mod2htk -moddeffn <path of your mdef> -meanfn <path of your means> -varfn <path of your variances> -tmatfn <path of your transition matrices> -mixwfn <path of your mixture weights> -binary <yes/no> -mach_endian <big/little> -htkmmffn <path of your MMF output> -htkmacrofn <path of your macros output>
Note: remove the "<>"
Or just type in "s3mod2htk" (without "), and it'll give you all the options you need.
regards,
Dara
--- (Edited on 1/13/2011 11:41 am [GMT-0600] by dara) ---