As you know,when I init sphinx3 library,I can use cmd_ln_str() or cmd_ln_parse_file(),some parameters is quite sample just some flag or value(like -feat,-op_mode..),but for the accoustic model,it just a path to a file,the library will read the file.In my opinion,the library should not use the file directly, right?When I wrote my application,infact the accoustic model is in the memory(also the fsg grammar and dictionary file),I have to use a temp file to save it to the disc,and use them.is there a easy way to use the memory model?maybe I can build a link list or something else data structure?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Oh,Thanks.
but How about use memory accoustic modle?is there any easy way?
I cheched part of the source code,I think I should modify the parse part in many files,I really do't what to do that:(
but it seems I have to.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As you know,when I init sphinx3 library,I can use cmd_ln_str() or cmd_ln_parse_file(),some parameters is quite sample just some flag or value(like -feat,-op_mode..),but for the accoustic model,it just a path to a file,the library will read the file.In my opinion,the library should not use the file directly, right?When I wrote my application,infact the accoustic model is in the memory(also the fsg grammar and dictionary file),I have to use a temp file to save it to the disc,and use them.is there a easy way to use the memory model?maybe I can build a link list or something else data structure?
Oh,Thanks.
but How about use memory accoustic modle?is there any easy way?
I cheched part of the source code,I think I should modify the parse part in many files,I really do't what to do that:(
but it seems I have to.
And by the way,is there any API reference for sphinx3?
Actually, we do have Doxygen generated documentation on-line:
http://www.speech.cs.cmu.edu/sphinx/sphinx3/doxygen/html/
It is a bit difficult to navigate though.
No, sorry. It would be nice to create one with say doxygen.