We are developing a Sphinx3 application that we plan to put into production -
our speech recognition application uses sphinx3_decode and sphinx3_align
program (which does not appear to be supported in Sphinx4).
Our application is written in Java. We plan to invoke the sphinx3_decode.exe
and the sphinx3_align.exe using the Java class ProcessBuilder.
Does anyone have any experience – good, bad or otherwise – using this approach
that they would care to share. Or do you have examples of other approaches
that have working for you.
Any information would be appreciated.
Thanks,
Chuck
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We are developing a Sphinx3 application that we plan to put into production -
our speech recognition application uses sphinx3_decode and sphinx3_align
program (which does not appear to be supported in Sphinx4).
Our application is written in Java. We plan to invoke the sphinx3_decode.exe
and the sphinx3_align.exe using the Java class ProcessBuilder.
Does anyone have any experience – good, bad or otherwise – using this approach
that they would care to share. Or do you have examples of other approaches
that have working for you.
Any information would be appreciated.
Thanks,
Chuck