<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How would I make a voice recognition program using Labview? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3791676#M1069656</link>
    <description>&lt;P&gt;You should check this out...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=xVKl157AEHg&amp;amp;t=40s" target="_blank"&gt;https://www.youtube.com/watch?v=xVKl157AEHg&amp;amp;t=40s&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2018 20:57:44 GMT</pubDate>
    <dc:creator>A.I-Terror</dc:creator>
    <dc:date>2018-05-10T20:57:44Z</dc:date>
    <item>
      <title>How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3658630#M1027994</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm new to labview and am working on a program that, if successful, should be able to take an audio file of a person saying different numbers and reproduce what the person is saying, but in text. I've researched around and what I've gathered is that I need to make some sort of dictionary with pre-recorded sounds that can be compared with the recording, and I'm not sure where to start with that or if it's even the best way. Any help at all would be very appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 20:55:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3658630#M1027994</guid>
      <dc:creator>anna770</dc:creator>
      <dc:date>2017-07-11T20:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3658909#M1028082</link>
      <description>&lt;P&gt;The challenge is that sound is not 100% identical each time. If you say "Please" several times, the sound your body produces will be slightly different each time, even if you say it with the same speed and pitch. So a direct comparison by "equal" is not sufficient.&lt;/P&gt;
&lt;P&gt;I consider that task to be a Ph.d. task at least. This is definitely breaking all bounds of a 'short term project'. What is your situation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to &lt;A href="https://en.wikipedia.org/wiki/Speech_recognition" target="_blank"&gt;speech recognition&lt;/A&gt; for more information on the complexity.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:36:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3658909#M1028082</guid>
      <dc:creator>Norbert_B</dc:creator>
      <dc:date>2017-07-12T09:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659059#M1028118</link>
      <description>&lt;P&gt;Thanks for your reply! I'm interning at a lab and this was the project assigned to me, and while I have a mentor available to help me, the expectation is that I complete the project almost entirely on my own. Voice recognition programs have been made in various different contexts, so I was hoping to learn from those and make my own program suited to my needs using those as a guide. I just started and I'm still learning, but so far I've been conflicted as to what exactly I even need to do the program, as the only thing the program would need to recognize are a series of numbers from 1-10, but from various people and different noise-to-sound situations. Would I require each different voice to create a dictionary of their own numbers to contrast later recordings with, or would I just need many different pre-recorded voices to somehow make a guideline of how each number sounds on its own that I could compare with other, different voices? Any advice you could give me would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 14:03:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659059#M1028118</guid>
      <dc:creator>anna770</dc:creator>
      <dc:date>2017-07-12T14:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659089#M1028131</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/581530"&gt;@anna770&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for your reply! I'm interning at a lab and this was the project assigned to me, and while I have a mentor available to help me, the expectation is that I complete the project almost entirely on my own. Voice recognition programs have been made in various different contexts, so I was hoping to learn from those and make my own program suited to my needs using those as a guide. I just started and I'm still learning, but so far I've been conflicted as to what exactly I even need to do the program, as the only thing the program would need to recognize are a series of numbers from 1-10, but from various people and different noise-to-sound situations. Would I require each different voice to create a dictionary of their own numbers to contrast later recordings with, or would I just need many different pre-recorded voices to somehow make a guideline of how each number sounds on its own that I could compare with other, different voices? Any advice you could give me would be greatly appreciated!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If this is a Windows PC, you can always take advantage of Microsoft Speech API in LabVIEW.&amp;nbsp; There is at least one example out there, but I can't seem to find it ATM.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 14:32:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659089#M1028131</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2017-07-12T14:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659091#M1028133</link>
      <description>&lt;P&gt;I strongly recommend you to talk to your mentor. This topic definitely blows any kind of internship as it is very complex.&lt;/P&gt;
&lt;P&gt;If you can define enough constraints (e.g. recorded voice is trained directly, no background noise, equal level/pitch, ...) it is rather simple as a waveform envelope will do ('predefined pattern match'). But anything above is more than an internship can ever realize.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to &lt;A href="https://www.quora.com/What-are-the-leading-companies-in-the-voice-recognition-software-space" target="_blank"&gt;this outdated discussion&lt;/A&gt; for some information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, there is good news: Instead of going into the details of sound analysis, you might have the option to include and interface &lt;A href="https://en.wikipedia.org/wiki/List_of_speech_recognition_software" target="_blank"&gt;existing speech recognition software&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 14:33:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659091#M1028133</guid>
      <dc:creator>Norbert_B</dc:creator>
      <dc:date>2017-07-12T14:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659113#M1028140</link>
      <description>&lt;P&gt;Thanks for your timely response! I'll definitely consult my mentor, but one last question: If I were to integrate an open-source program written in a different programming language (for example, java or python) would it be possible to somehow put it into a labview program?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 14:55:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659113#M1028140</guid>
      <dc:creator>anna770</dc:creator>
      <dc:date>2017-07-12T14:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659119#M1028141</link>
      <description>&lt;P&gt;For C/C++ you can use the Call Library Function Node (calls into C/C++ DLLs).&lt;/P&gt;
&lt;P&gt;For .NET you can use the .NET nodes (constructor, property, invoke).&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 14:58:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3659119#M1028141</guid>
      <dc:creator>Norbert_B</dc:creator>
      <dc:date>2017-07-12T14:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3660510#M1028636</link>
      <description>&lt;P&gt;Hi, thanks for your answer! How would I be able to integrate the Microsoft Speech API and what would it do?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 18:31:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3660510#M1028636</guid>
      <dc:creator>anna770</dc:creator>
      <dc:date>2017-07-14T18:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3660783#M1028727</link>
      <description>&lt;P&gt;Well, I couldn't find the link to the example - but I do have the example on my computer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've found that MS Speech likes to guess at commands a lot, and this example adds your set of commands to the MS command list, so some of the guesses can range from amusing to annoying to downright dangerous.&amp;nbsp; Unfortunately, it's a lot more difficult to instantiate your own instance of MS Speech API, and I haven't even been able to do that successfully yet.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2017 15:51:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3660783#M1028727</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2017-07-16T15:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How would I make a voice recognition program using Labview?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3791676#M1069656</link>
      <description>&lt;P&gt;You should check this out...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=xVKl157AEHg&amp;amp;t=40s" target="_blank"&gt;https://www.youtube.com/watch?v=xVKl157AEHg&amp;amp;t=40s&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 20:57:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-make-a-voice-recognition-program-using-Labview/m-p/3791676#M1069656</guid>
      <dc:creator>A.I-Terror</dc:creator>
      <dc:date>2018-05-10T20:57:44Z</dc:date>
    </item>
  </channel>
</rss>

