There is some interesting information in the Voxforge forum (subsequent quotes are from the Voxforge forum unless not marked otherwise):
“I am assuming that since it uses HTK format acoustic models, you should be able to just replace the hmmdefs, macros and tiedlist files with VoxForge’s versions of these files.”
I have the same thought. But I need to know about the exact details. Here they are:
“replacing the model files in ~/.kde/share/apps/simond/models/<your user>/active with the voxforge model files will work”
It would be possible to add wav files:
“You can of course add samples to them but make sure you place them in the configured samples folder so they will be found during the compiling of the model.”
So this means that I could add wav files from Voxforge to the following location on my computer:

And I would have to adjust the prompts file:
“The prompts file is located at ~/.kde/share/apps/simon/model/prompts.”
Here are a few lines from my prompts file (location: /home/liberty/.kde/share/apps/simon/model/prompts):
Computer_S2_2009-07-18_16-53-22 COMPUTER
Grenzen_S2_2009-07-19_20-41-13 GRENZEN
Geschenken_S1_2009-07-19_20-04-16 GESCHENKEN
Technologie_S1_2009-07-19_10-58-49 TECHNOLOGIE
Gewichten_S2_2009-07-19_20-38-22 GEWICHTEN
And I would have
“to manually update the “TrainingsDate” value to the current date/time in the file: ~/.kde/share/apps/simon/model/modelsrcrc”
On my computer, the file /home/liberty/.kde/share/apps/simon/model/modelsrcrc has the following content:
GrammarDate=2009,7,13,16,43,50
LanguageDescriptionDate=2009,5,5,19,16,34
TrainingDate=2009,7,20,22,51,26
WordListDate=2009,7,20,22,49,38
Let’s take a closer look at TrainingDate:
year,month,day, = 2009,7,20,
hour (24 hour format),minute,second = 22,51,26
I think that it would be best if I tried to import a few German wav files from Voxforge (16 kHz) into /media/Hitachi/simon-xp-wav. I have just downloaded ralfherzog-20071213-de27.tgz (6.2 MB). It contains FLAC files. They should be converted to wav files before/while inserting them into the folder /media/Hitachi/simon-xp-wav. And I would have to add the content of PROMPTS (from ralfherzog-20071213-de27.tgz) to the file /home/liberty/.kde/share/apps/simon/model/prompts.
I think that the concept is as follows: simon manages the wav files, the prompts, and TrainingDate. It ‘gives’ them (via TCP/IP) to simond which generates hmmdefs and tiedlist.
My goal is to use simon/simond for the model generation. And I want to import wav files with the corresponding prompts from Voxforge.