Voice Recognition
-
Hello, I am building an application in C#... it has to with voice recognition. I have a variable whose value should increase as the volume of the speaker increases and decrease as the volume decrease. My question is that: How do I implement this voice recognition? and how can I control this variable with the volume of the voice? Thanks for ur response in anticipation. Greetings, Commickey
-
Hello, I am building an application in C#... it has to with voice recognition. I have a variable whose value should increase as the volume of the speaker increases and decrease as the volume decrease. My question is that: How do I implement this voice recognition? and how can I control this variable with the volume of the voice? Thanks for ur response in anticipation. Greetings, Commickey
Examine the sound data in blocks, large enough to contain at least half a wave of the lowest frequencies that you anticipate. Keep the maximum altitude for the last blocks and get the average or maximum of those to calculate the volume, depending on what you want.
--- b { font-weight: normal; }
-
Hello, I am building an application in C#... it has to with voice recognition. I have a variable whose value should increase as the volume of the speaker increases and decrease as the volume decrease. My question is that: How do I implement this voice recognition? and how can I control this variable with the volume of the voice? Thanks for ur response in anticipation. Greetings, Commickey