Hi,
In pocketsphinx there's an option -debug. What does it take as argument ? I tried a path, yes/no, some other functions name: nothing works. additionally, it's not specified in the help.
How could we get feat_print running ? I tried setting on DUMP_FEATURES then only the ceptrum dumper guy worked. Those functions are not there for the show, I'm pretty sure there should be argument like the -debug in order to make it run without much trouble.
Please help !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In pocketsphinx there's an option -debug. What does it take as argument ? I tried a path, yes/no, some other functions name: nothing works. additionally, it's not specified in the help.
It was pretty useless and was enabled only in compile time to debug complex search problems. I removed this option recently.
How could we get feat_print running ? I tried setting on DUMP_FEATURES then only the ceptrum dumper guy worked. Those functions are not there for the show, I'm pretty sure there should be argument like the -debug in order to make it run without much trouble.
You call it from your own C code by modifying it if if you are interested in specific aspect, you can't call it inside existing binary. Ordinary user don't need to all those debug functions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Of course I'm not intrested in the feat_print function on it's own but it's calls especially after dynamic feature computation and subvector projection. So how could we actually get that code running ? (Pretty sure with some king of argument but what ?)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
In pocketsphinx there's an option -debug. What does it take as argument ? I tried a path, yes/no, some other functions name: nothing works. additionally, it's not specified in the help.
How could we get feat_print running ? I tried setting on DUMP_FEATURES then only the ceptrum dumper guy worked. Those functions are not there for the show, I'm pretty sure there should be argument like the -debug in order to make it run without much trouble.
Please help !
It was pretty useless and was enabled only in compile time to debug complex search problems. I removed this option recently.
You call it from your own C code by modifying it if if you are interested in specific aspect, you can't call it inside existing binary. Ordinary user don't need to all those debug functions.
Ok, I see :p
Thanks Nickolay !
Of course I'm not intrested in the feat_print function on it's own but it's calls especially after dynamic feature computation and subvector projection. So how could we actually get that code running ? (Pretty sure with some king of argument but what ?)