I would like to create a speech recognition software, I found to do it : JSAPI
which we can use to do speech recognition ans Sphinx4 including JSAPI. I
understand that the two do the same.
But what's the difference between using only JSAPI and using Sphinx4?
Thanks & Regards,
Michaël
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to create a speech recognition software, I found to do it :
JSAPI which we can use to do speech recognition ans Sphinx4 including JSAPI. I
understand that the two do the same
You need to understand the difference between API and the implementation of
the API. Read
But what's the difference between using only JSAPI and using Sphinx4?
If you use JSAPI only your application will be able to switch to other
implementations of JSAPI (in theory, if such exists). If you use
sphinx4-specific features you might implement more powerful application but
you will not be able to switch easily.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I would like to create a speech recognition software, I found to do it : JSAPI
which we can use to do speech recognition ans Sphinx4 including JSAPI. I
understand that the two do the same.
But what's the difference between using only JSAPI and using Sphinx4?
Thanks & Regards,
Michaël
Hello
You need to understand the difference between API and the implementation of
the API. Read
http://en.wikipedia.org/wiki/Application_programming_interface
If you use JSAPI only your application will be able to switch to other
implementations of JSAPI (in theory, if such exists). If you use
sphinx4-specific features you might implement more powerful application but
you will not be able to switch easily.