none
speech recognition? RRS feed

  • Question

  • Hi..

    i want to work on speech recognition using webservice or wcf service (for both winXP and WIN7).

    I need some suggestions? 


    maifs
    Thursday, January 20, 2011 9:41 AM

Answers

  • Hi Mehmood,

     

    Welcome to the MSDN forum!

     

    The Speech Recognizer service enables you to include speech recognition support for your application. Speech recognition requires a special type of software, called an SR engine.

    Note that speech recognition is not available on all versions of Windows. Before you attempt using the Speech Recognizer service, use the Windows Control Panel on your PC to confirm that a compatible (SAPI) speech recognition engine is installed and make sure that it is properly configured and working by using the Help or user documentation that is provided for it.

     

    More information about Speech Recognizer, please refer to:

    http://msdn.microsoft.com/en-us/library/dd145257.aspx

    Sample code, please refer to:

    http://www.codeproject.com/KB/audio-video/tambiSR.aspx?display=Print

     

    I hope this can help you resolve your problem.


    Paul Zhou [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Proposed as answer by Paul Zhou Tuesday, January 25, 2011 6:28 AM
    • Marked as answer by Paul Zhou Thursday, January 27, 2011 2:03 AM
    Monday, January 24, 2011 2:58 AM

All replies

  • Hi Mehmood,

     

    Welcome to the MSDN forum!

     

    The Speech Recognizer service enables you to include speech recognition support for your application. Speech recognition requires a special type of software, called an SR engine.

    Note that speech recognition is not available on all versions of Windows. Before you attempt using the Speech Recognizer service, use the Windows Control Panel on your PC to confirm that a compatible (SAPI) speech recognition engine is installed and make sure that it is properly configured and working by using the Help or user documentation that is provided for it.

     

    More information about Speech Recognizer, please refer to:

    http://msdn.microsoft.com/en-us/library/dd145257.aspx

    Sample code, please refer to:

    http://www.codeproject.com/KB/audio-video/tambiSR.aspx?display=Print

     

    I hope this can help you resolve your problem.


    Paul Zhou [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Proposed as answer by Paul Zhou Tuesday, January 25, 2011 6:28 AM
    • Marked as answer by Paul Zhou Thursday, January 27, 2011 2:03 AM
    Monday, January 24, 2011 2:58 AM
  • I'm looking for a way to specify the device to be used for input and output (e.g. a computer with multiple sound cards).

    speechRecognitionEngine is giving a method SetInputToDefaultAudioDevice(); but i need to communicate with differnt audio inputs at same time is it possible to use this method

    like this line:

    speechRecognitionEngine.SetInputToDefaultAudioDevice(deviceId);

     

    if not then how could i manage the different inputs devices at same time

     Paul Zhou please help me ?


    Monday, June 27, 2011 6:47 AM