Microsoft speech SDK 5.1 voice recognition using labview

Hello 
My Name is Abdo
I read your tutorial in NI
Voice Recognition Data Acquisition
Created on: Apr 19, 2009 6:40 PM by
Leonardo Cordaro
Last Modified: 
Apr 19, 2009 8:08 PM
by Leonardo Cordaro
and I downloaded your Example and the Microsoft
.NET Framework, 3.0 and SpeechSDK51.exe
but I using Labview 8.0
so it can not open your example
and I want to make a simple Program in Labview 8.0 using My Voice Commands
Let Me Explain
I want To Control a LED Indicator in Labview 8.0 Using My Voice Command
Such as
when I say (LED on)        // The LED Turn On and The computer Say "LED Turned On
when I say (LED off)       // The LED Turn Off and The computer Say "LED Turned off
I want to know some information about this
thanks very much
Abdo

Hi Abdo,
I would recommend posting a comment on that document. The author should see your comment and respond. I am not sure about what the LabVIEW requirements are for that project.
Jeff | LabVIEW Software Engineer

Similar Messages

  • What happened to Microsoft.Speech SDK?, i´m not seeing any update on this.

    Hi Microsoft. can you please tell me what happened to the Microsoft.Speech SDK ?. i am currently working  in a big Project using this technology (SRGS, GRXML, PLS, etc) and i am worried about the support on this.
    thanks in advance for your answer.

    Hi Microsoft. can you please tell me what happened to the Microsoft.Speech SDK ?. i am currently working  in a big Project using this technology (SRGS, GRXML, PLS, etc) and i am worried about the support on this.
    thanks in advance for your answer.
    If there is no quick  answer for this, can you please confirm if Oxfords's Speech API can support SRGS compiled gramar usage, as well as PLS and Lex Files?

  • Face recognition using labview

    I, am into my final year project. I am  doing face recognition using labview. I want to know how to compare image using labview. it would be  great if someone helped , as it is proving to be a major obstacle in my way

    Hi Sibom,
    There are various face recognizing algorithms available. If your purpose is simple face recognition, then the simplest method would be to segment the image using a line, and to perform the recognition for every tilt of the image.Tthus when the line traces 180 degrees, all possible positions would have been verified. 
    If you like a more holistic approach you can have a look at the trace transform model and the active appearance model, which are used in the industry.
    These models can be studied at : 
     http://www.face-rec.org/algorithms/#Image
    Here are a few other algorithms for face recognition :
    *Automated Face Detection System utilizing USB WebCam 
    *Face Recognition using Vector Quantization Histogram Technique 
    Regards,
    Siva
    A Face Recognition Software using Vector Quantization Histogram Technique 

  • How to use microsoft speech sdk 5.1 in java application?

    I download the speech sdk 5.1 from microsoft site,and want to use it in my java application,the following are the codes of the application(it uses boot.jar,swt.jar,jface.jar,runtime.jar,swt-win32-3101.dll) ,but gives me the exception,how should i do?it it is not supported by java,what others can i use?
    import org.eclipse.swt.SWT;
    import org.eclipse.swt.SWTException;
    import org.eclipse.swt.internal.ole.win32.TYPEATTR;
    import org.eclipse.swt.ole.win32.OLE;
    import org.eclipse.swt.ole.win32.OleAutomation;
    import org.eclipse.swt.ole.win32.OleControlSite;
    import org.eclipse.swt.ole.win32.OleFrame;
    import org.eclipse.swt.ole.win32.OleFunctionDescription;
    import org.eclipse.swt.ole.win32.OlePropertyDescription;
    import org.eclipse.swt.widgets.Shell;
    public class Main
        public static void main(String[] args)
             args = new String[1];
             args[0] = "Sapi.SpVoice";
            if (args.length == 0)
                System.out.println("Usage: java Main <program id>");
                return;
            String progID = args[0];
            //progID = "word.Document.8";
            Shell shell = new Shell();
            OleFrame frame = new OleFrame(shell, SWT.NONE);
            OleControlSite site = null;
            OleAutomation auto = null;
            try
                site = new OleControlSite(frame, SWT.NONE, progID);
                auto = new OleAutomation(site);
            catch (SWTException ex)
                System.out.println("Unable to open type library for " + progID);
                return;
          TYPEATTR typeattr = auto.getTypeInfoAttributes();
    }it gives me the error:
    org.eclipse.swt.SWTException: Failed to create Ole Client. result = -2147221164
    Unable to open type library for Sapi.SpVoice
    at org.eclipse.swt.ole.win32.OLE.error(OLE.java:302)
    at org.eclipse.swt.ole.win32.OleControlSite.<init>(OleControlSite.java:100)
    Main.main(Main.java:43)

    Hello chengshwu ,
    Have heard of JNI ?
    Please check this.
    http://danadler.com/jacob/

  • How do I sample a frequency or voice input using labview in real time?

    This is my first time using labview to sample real-time!  I'm trying to setup a microphone, so that when a voice is spoken to the mic I can sample the frequency, and
    further customize the data in labview. The final goal is to amplify the frequency and output it to a speaker. If possible via labview. My question is do I need some type of evaluation board , microcontroller, to sample the frequencies and save the data sample to labview. Also, how would I go by doing this in real-time, or when the person is speaking to the mic the voice/frequency can be modified in labview instantenaeously. If someone can give me a step-by-step way of performing this, please let me know.
    I currently use Labview 8.2 and 8.5

    There are many LabVIEW shipping examples that are built to acquire sound samples from a microphone attached to a sound card.  There is also an example on how to play a sound file directly to speakers, that you should definitely take a look at.  These examples VIs are found in the Sound folder which is under Hardware Input and Output in the NI Example Finder.  Depending on how advanced your frequency analysis will be, you might want to look into purchasing the Sound and Vibration Toolkit.  For your specific application, it doesn't sound like you will need the LabVIEW Real-Time Module, you should be able to obtain very accurate results without it.  Please view the article linked below for more information on this toolkit.  Thanks!
    Sound and Vibration Toolkit for LabVIEW
    Meghan M.

  • Voice recognition in labview

    Hy Everyone
    I am new to labview. My project consists of voice recognition elevator system. my first task is to go ahead with voice recognition. I really need help.
    Regards
    kunal
    Solved!
    Go to Solution.

    these links might help  you out
    https://www.mediafire.com/?d9vidbj4ll9l5
    https://decibel.ni.com/content/docs/DOC-36514
    http://www.ni.com/example/30977/en/
    *Thanks in kudos ^^*

  • Too many grammars in Microsoft Speech SDK 11

    Good day!
    I write simple speech recognition app wich can load grammars into engine.
    But i see,that can not load many grammars into engine- not more then 1024 grammars.
    Additional information: Too many grammars have been loaded. Number of grammars cannot exceed 1024.
    And when i load 1024 grammars- it does not recognize input stream *wav (and my soeech) file:
    Thread.CurrentThread.CurrentCulture = new CultureInfo("ru-RU");
    Thread.CurrentThread.CurrentUICulture = new CultureInfo("ru-RU");
    // Create a new SpeechRecognitionEngine instance.
    _sre = new SpeechRecognitionEngine(new System.Globalization.CultureInfo("ru-RU"));
    _sre.SpeechHypothesized += _sre_SpeechHypothesized;
    _sre.SpeechDetected += _sre_SpeechDetected;
    _sre.SetInputToWaveFile(@"c:\Test\Wavs\Wavs-converted\file.wav");
    public void LoadGrammarIntoEngine(IEnumerable<String> textColl)
    Choices choises = new Choices();
    GrammarBuilder gb = new GrammarBuilder();
    gb.Culture = new CultureInfo("ru-RU");
    if (choises != null && textColl != null)
    choises.Add(textColl.ToArray());
    if (gb != null)
    gb.Append(choises);
    else
    Console.WriteLine();
    if (_sre.Grammars.Count < 1024)
    Grammar g = new Grammar(gb);
    if (_sre != null && g != null)
    _sre.LoadGrammar(g);
    else
    Console.WriteLine();
    else
    Console.WriteLine("too many grammars");
    Can you help me? Thank you!
    P.S. when i load 5-10 grammars (100 words each)- it works well.
    May be i can\should use more then one recognition engine together?

    Why so many grammars at once?  You can unload grammars and load new ones based on the phase of your application (IVR?).

  • Saving only a portion of a Microsoft Word template into a new document using LabVIEW Report Generation Toolkit

    I have a Microsoft Word template I want to populate programmatically with test data. The template contains both explanatory text and a data sheet section with test data placeholders (bookmarks). Using the Report Generation Toolkit for Microsoft Office, I have been able to successfully populate the placeholders with data and save the results into a new Microsoft Word document. The problem is the new Word document contains not only the test data but also the explanatory text that was in the original document template. Ideally, I would like to have the generated document contain just the test data without the accompanying text. Is it possible to do this usi
    ng the Report Generation Toolkit?

    Hello Ryan,
    Two easy options come to mind.
    1. You may want to consider using an �ink annotation� instead of regular text for your explanation.
    2. You can programmatically do a find and replace on the explanatory text. Have LabVIEW find the whole paragraph, and replace it with nothing.
    If none of these suggestions help, or if I�m not correctly understanding your issue, please reply with comments or answers to the discussion above and any additional information that may help, and I�ll be happy to look further into it.
    Have a nice day!
    Robert Mortensen
    Applications Engineer
    National Instruments
    Robert Mortensen
    Software Engineer
    National Instruments

  • Voice recognition support in mobile air application developed using Flash CS5.5

    I want to develop an android application via Flash CS5.5 which takes the command based on voice or convert voice in to text. Voice recognition support is available in android SDK but it is not available in latest Air SDK.
    I tried on Google to find out how to develop Voice recognition mobile application in Flash CS5.5 but did not find anything. There is some example/video which shows hack around native android code but this is for Flex not for the Flash.
    Waiting response?
    Thanks
    RTY

    Hi Rty,
    I think you should use  a native extension.
    Have a look at this link:
    http://extensionsforair.com/extensions/speech-recognition/

  • What is the use of voice recognition in mac

    What is the use of voice recognition on mac and how to use it? Sorry about the question, im new in mac! Thanks!

    If you mean speech recogniton it is a fun way of "telling" your Mac what to do.  I've been using it for years.  I only use my keyboard to type.  Everything else I "tell" it instructions like open, close, quit apps, browsers, scroll, etc.
    Mac OS X 10.7 Help: About speech recognition
    Mac OS X 10.7 Help: Calibrate speech recognition
    Mac OS X 10.7 Help: Speech Recognition Settings preferences

  • Microsoft Speech Recognition in SAPISVR Modules in Microsoft Word

    I have been into a lot of Voice Recognition projects, including Philips Speechmania and Lernout OR Hauspie. Is there anybody else in this community that has prounounced so many spaces between words? I have often been in a Babylonian Confusion tuning our
    Oracle Listener Processes onto SQL-Server 2005 speaking real-time tablespace dynamics.38378485 (Philips Electronics)

    Hi,
    Can you please provide more details on what you mean when you say:
    Is there anybody else in this community that has pronounced so many spaces between words?
    What version of Office/Word are you describing?
    What version and service pack of Windows are you describing?
    What are the repro steps that you’re doing when using Microsoft voice recognition with Word that involves pronouncing so many spaces between words?
    Can you give an example of the sentence/paragraph you're speaking?
    What is the behavior you want to see when using Microsoft voice recognition with Word?
    Thank you,
    Bill

  • Will upgrading to iOS7.x allow an iPad 2 to use the voice recognition function?

    My granny has an iPad 2 (MC773NF/A ) with iOS 6.1.2 on it.  She would like to use the voice recognition (the microphone next to the space bar in Notes, Messages, e-mail etc) instead of typing but has been told it's not possible and she needs to buy a new iPad to get that feature.  Would upgrading to iOS 7.x do it instead?
    Thank you

    Although you can't get Apple's speech-to-text on that model iPad, you could use Dragon Dictation. It's not quite as seamless but it works quite well.

  • How to enter a new line or paragraph using voice recognition

    Hello,
    Does anyone know how to make the voice recognition enter new lines or paragraphs?
    When I first got my phone I could simply say "enter", "new line" or "new paragraph" rather quickly and it would advance to the next line, or in the case of paragraph it would be two new lines giving a space between the paragraph.
    However, in the last month or so this has stopped working. Now, when I say "enter", "new line" or "new paragraph" it will either spell out the words, or it will add a space.
    It's really frustrating, making the feature almost useless because I have to keep popping out to the keyboard to hit the return key.
    I'm using the voice recognition software to enter text for the applications "S.Memo" or "Google Drive Documents", on a Samsung Galaxy S3 phone with the 4.1.2 Android Version.
    -=John

    You cannot unintall "S.Memo", as it appears to be part of Samsung's base OS. I can do a force stop and disable on it as well as clear the data, but I cannot uninstall it. That is simply not an option for the app. I'm not going to clear the data because that deletes all the files I've made for it.
    I did a force stop on "S.Memo" and then started the app, and the problem persists.
    I power cycled the phone and the problem persists.
    I did uninstall and reinstall "Google Drive Document" but that did not resolve the problem either.
    Also it seems silly to remove and reinstall these apps, when it's the voice recognition software that is having the problem. This problem happens if you simply use voice input. It even happens when editing the phone's contact's information.

  • Can I use voice recognition to fill in an existing template?

    Is there a way to use voice recognition to fill in blanks on an existing (self-prepared) form?  Can I prepare the blanks on the form in a way (e.g., tabs) that lets me use voice commands to move the cursor from blank to blank?  Imagine a simple list of questions.  I would like to find a way to use voice commands to move the cursor to the end of the next question once I finish dictating the answer to the previous question. 

    Even though it works fine when all of Firefox Portable is
    wrapped?
    While I am at it, do you know if SOCKS wrapping the correct term? Perhaps it is port mapping? I am unsure which is why I put it in italics.

  • Where is forum for "Microsoft Speech Recognition Platform 11"?

    Where is forum for "Microsoft Speech Recognition Platform 11"?

    Hello,
    The Speech Server forums are over here:
    https://social.microsoft.com/Forums/en-US/home?category=speechserver
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

Maybe you are looking for

  • Parameter on Master Detail Form

    How do I set a bind variable in a Master Detail Form?

  • Lumia 620- no sound, no ringtone

    i just bought lumia 620...but i am facing problems i cant hear sound when i play some music.....but i can hear it from earphones....but without earphones its nothing...and the other one is RINGTONE SETTINGS......i checked some sites saying CUSTOM opt

  • Why is the headphones output jack so loud?

    The output from the headphone jack on the left of my MacBook Pro 15" (base model, latest as of 16/07/11) is incredibly loud. Even when my Mac has the volume on one 'bar' or 'block' when using the volume buttons, it's still extremely loud and almost d

  • Adapter for non Apple headphones?

    Hey all, I know adapters exist that allow me to use none apple headphones with the Touch/iPhone, I just want to know which you guys think is the best? The Apple, Belkin and Monster adapters all seem to have bad reviews, due to them being bulky and in

  • Running a Select query against multiple sql servers using SSIS script task.

    Hi Guys, I need to fetch data from multiple sql servers using  SSIS scirpt task inside a foreach container. is there anyway i can build dynamic sql connections using ssis variables inside SSIS script task in each loop Please guide me or refer any blo