I am trying to write a high-level C++ class API to Sphinx 2.
Anyone else trying the same thing (in C without classes, or C++) already?
I have started by trying to replace the arg processing from fbs_init() with class settings. Doing okay, but having problems with the codebook files. Not sure what files are expected with the .ccode, .pcode, .dcode and .xcode extensions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to write a high-level C++ class API to Sphinx 2.
Anyone else trying the same thing (in C without classes, or C++) already?
I have started by trying to replace the arg processing from fbs_init() with class settings. Doing okay, but having problems with the codebook files. Not sure what files are expected with the .ccode, .pcode, .dcode and .xcode extensions.