VoxForge
Hi all,
I'm looking at the MFCC data available in the VoxForge database. They seem to be some sort of binaries – what software can I use to read and convert the data to a different format, e.g. CSV?
Many thanks!
--- (Edited on 6/22/2016 9:12 am [GMT-0500] by Visitor) ---
You need to use HTK:
http://htk.eng.cam.ac.uk
to convert to a text form you can use HList
HList -h -z file.mfc
You can also read HTK files from Matlab and many other libraries, there is a specialized code for that usually. For example
http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/doc/voicebox/readhtk.html
--- (Edited on 6/22/2016 18:30 [GMT+0400] by nsh) ---