Menu

Sphinxbase + Pocketsphinx in vs2008

Help
2011-03-20
2012-09-22
  • Chris Morton

    Chris Morton - 2011-03-20

    I have compiled both projects successfully, all i need to do is get the
    program to take voice input from my microphone and output the word said into a
    textbox or label how would i do this in the code of a form thank you for any
    replies.

     
  • Nickolay V. Shmyrev

    Hello.

    This question is not really related to CMUSphinx. How can you develop
    applications - you just write source code, combine functions together and get
    the result.

    You can learn more about development of Windows applications from Windows
    developer portal

    http://msdn.microsoft.com/en-us/windows/default

    You can learn how to invoke pocketsphinx in tutorial

    http://cmusphinx.sourceforge.net/wiki/tuturialpocketsphinx

     
  • Anonymous

    Anonymous - 2011-08-23

    Hi Chris,

    any luck with the project and up loading.. please may you email me stuggling
    really badly.

    kind regards

    Lauren :)

     
  • Nickolay V. Shmyrev

    Hello Lauren

    Maybe we can help you too. I'm just not sure what your problem is. Can you
    describe it in more details?

     
  • Anonymous

    Anonymous - 2011-08-25

    Hi Nick,

    my problem is i just need someone to explain to me if i am on the right
    progress or not... im EXTREMELY new to all this speech rec and working in
    C++... however i followed the tutorial right on how to get sphinxbase and
    pocketsphinx built in Visual Studio 2010 C++ right so i build then and they
    succeed.. now the next step Nick im confused i dont know what to do i
    obviously need to create a C# wrapper so i have been told i need to speech rec
    of pocketsphinx to display in a C# enviornmnent application and just exremely
    confused iv been battling now for 3 going oh 4 months. i need to get
    somewhere.. but really need help

     
  • Nickolay V. Shmyrev

    The next step would be to read the documentation on wrapping in C#. Have you
    done that?

    http://blogs.msdn.com/b/jonathanswift/archive/2006/10/02/780637.aspx
    http://msdn.microsoft.com/en-
    us/library/26thfadc.aspx

    Step after that is to create a C# project and write a C# class that will be
    your application. I also wonder if you have done that.

    When you will read the documentation and publish the wrapper there will be
    next steps. To make sure that you have read the documentation properly answer
    the following question: which C# type is used to pass audio data from managed
    code to pocketsphinx

     

Log in to post a comment.