Menu

Difference between JSAPI and Sphinx

Help
Grillet
2011-12-04
2012-09-22
  • Grillet

    Grillet - 2011-12-04

    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

     
  • Nickolay V. Shmyrev

    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

    You need to understand the difference between API and the implementation of
    the API. Read

    http://en.wikipedia.org/wiki/Application_programming_interface

    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.

     

Log in to post a comment.