DOC-4477

download DOC-4477

of 2

Transcript of DOC-4477

  • 8/18/2019 DOC-4477

    1/2

    Generated by Jive SBS on 2016-04-04-05:00

    1

    Voice Recognition Data Acquisition

    Overview

    The following code demonstrates how to call and use the existing Microsoft Speech API within LabVIEW tocreate a voice recognition data acquisition application.

     

    Description

     The Speech API can be called from LabVIEW to create any speech recognition application,

    in this case, data acquisition. The Speech API is part of the .NET Framework which in mostcases is already installed on computers running Windows XP or Vista OS. In general the API will

    automatically “listen” for key phrases, perform voice recognition analysis on the audio stream,

    and will also convert text to speech.

    For more info visit:http://www.microsoft.com/speech/speech2007/default.mspx

     

    Steps to Implement or Execute Code

    To run this example, please verify the following:

    • For users running Windows XP verify that you have at minimum, the Microsoft .NET

    Framework, 3.0 and the SAPI (speech API) version 5.1 (SpeechSDK51.exe).

    • For users running Vista or 7, verify or download that you have the following: SAPI version

    5.3.

    1. Run the Main VI.

     

    Requirements

    Software

    LabVIEW Development System 8.6 or later

  • 8/18/2019 DOC-4477

    2/2

    Voice Recognition Data Acquisition

    Generated by Jive SBS on 2016-04-04-05:00

    2

     

    Hardware

    Microphone

     

    Additional Images or Video

     

    Front panel of main application:

     

    For assistance with navigating the Speech API commands, check out Microsoft's MSDN site

    (http://msdn.microsoft.com/en-us/library/system.speech.recognition.aspx), where you can

    find to find lots of code snippets and descriptions of all the speech functions.

     

    VI Snippet

    N/A

     

    **This document has been updated to meet the current required format for the NI Code

    Exchange. For more details visit this discussion thread**