面对语言问题的语音识别 [英] Voice recognition facing language problem

查看:96
本文介绍了面对语言问题的语音识别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我必须为自己的应用程序做简单的语音识别技术,
通过搜索google ..我了解了 System.Speech.Recognition [ ^ ].

我尝试了这个命名空间中的类和子类.
但却没有给出正确的答案.
我创建了一个CustomGrammar,并使用LoadGrammar方法将其加载到SpeechRecognizer对象..
但是现在我面临的问题是用户的发音.
我通过此链接搜索了Google和代码项目以解决此问题,

在C#中通过语音进行密码验证 [

Hi all,

I have to do simple voice recognition technique for my application,
by searching google.. i got knew about this System.Speech.Recognition[^].

and i tried the classes and subclasses in this is namespace.
but it is not giving the right answer.
I created a CustomGrammar loaded this to SpeechRecognizer object using LoadGrammar method..
but now the problem i am facing is pronunciation of user.
i Searched Google and code project to solve this problem, From this link

Password Athentication through voice in C#[^]

I got to knew that I have to do some basic research on voice recognition.
but i dont known from where i have to start.

as far as the basic search i have done with google what i get was...


if we assumed voice as a class

It have some properties which will vary person to person
and there are some other properties which will not vary for every user.

I want to know all those properties.

which will vary person to person..

and those property which will not vary for all user(for my application i need these properties)..

I know that this property will be distinct for each word that the user speaks.



please help me...

Thanks in advance...

推荐答案

此名称空间中有两个识别引擎:System.Speech.Recognition.SpeechRecognizer System.Speech.Recognition.SpeechRecognitionEngine;第二个允许选择特定的引擎.无论如何,所有引擎都要求一定的最低发音标准.除此之外,它们对语音的各个属性没有任何限制,并且可以在没有任何教导的情况下或多或少地成功识别.我想这取决于每个特定引擎的条件.

—SA
There are two recognition engines in this name space: System.Speech.Recognition.SpeechRecognizer and System.Speech.Recognition.SpeechRecognitionEngine; the second one allows to select the particular engine. Anyway, all engines require certain minimal qualify of pronunciation. Other than that, they do not put any limitations on the individual properties of the voice and can recognize more or less successfully without any teaching. I guess it depends on the qualify of each particular engine.

—SA


这篇关于面对语言问题的语音识别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆