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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Maybe we can help you too. I'm just not sure what your problem is. Can you
describe it in more details?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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
Hi Chris,
any luck with the project and up loading.. please may you email me stuggling
really badly.
kind regards
Lauren :)
Hello Lauren
Maybe we can help you too. I'm just not sure what your problem is. Can you
describe it in more details?
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
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