VoxForge
Hello, can anyone help me?
I want to build speech to text system, where for the extraction feature i'm using java program but for acoustic modeling and other step i'm going to use HTK, but now i got problem to convert the mfcc result where i got from my java code to HTK file. Anyone can help me to explain what should i do?
before:
i already try to put HTK header. but it's not work.
i already made the file be binary. but it's not work.
i already change the file be .mfc. but it's not work.
in HList i got error:
ERROR [+1113] IsWave: cannot read HTK Header in File binary.mfc
FATAL ERROR - Terminating program HList
i'm really new with HTK.
--- (Edited on 3/16/2018 7:22 am [GMT-0500] by ) ---
You have to write proper java code to create htk header. You can find an example here:
Overall, java is a bad idea, it is better to use native htk tools.
--- (Edited on 3/16/2018 15:36 [GMT+0300] by nsh) ---