Dictation On Speech SDK?

Jun 8, 2009

I'm doing my senior project on an audio project; when I came to using the Speech SDK it was great when it was about Text to speech; but I'm finding a hard time using it the other way round; speech to text. is there any sample code to help me start off?, and is it possible to change the vocabulary list in a way that when ever I say a word that is in the list than it is written down; if it is not possible is it possible that I can use the dictation function to write words according to the phonemes I say?

View 1 Replies


ADVERTISEMENT

Recommended Alternatives For Speech Recognition Other Than Microsoft Speech Libraries?

Aug 11, 2010

recommended alternatives for speech recognition other than Microsoft Speech libraries?

View 2 Replies

VB 2010 Speech Recognition / Speech-To-Text / Voice Control

Oct 23, 2011

I'm trying to create a Speech Recognition support for my program. I want to make it so that if I say something in my microphone, the program just writes what I said in Label1. I looked for Speech Recognition codes in MSDN and Google, but I didn't find anything useful. I found a code, but it was for VB.net, I tried but it didn't work in VB 2010.

View 1 Replies

MS Speech SDK - Highlight Text On A Richtextbox Control While Reading The Text Using Speech Sdk Control

May 26, 2011

I just want to know that how can i highlight text on a richtextbox control while reading the text using speech sdk control. I mean the word currently speak automatically selected in the RichTextBox.

View 2 Replies

How To Do Speech Recognition

Aug 26, 2009

i just started to learn how to do speech recognition using VB.NET..but i am having trouble in what do i need to do it..how should i start?

View 1 Replies

Speech Recognition In .net?

Feb 17, 2010

Is Possible to create Speech recognition in vb.net .

View 2 Replies

Speech To Text & Text To Speech

Jul 30, 2009

i need to know what is logic behind text to speech and speech to text conversion as iam gona start a prjt in VB.net on this basis

View 2 Replies

Text To Speech And Speech To Text

Apr 4, 2009

1 how do i run mp3 on vb2008 ? 2 how to get microphone input , and convert it to text ? 3 some technique to convert text to audio ?

View 2 Replies

Using .NET Speech Sdk 5.1 Module With ASP.NET?

Apr 8, 2012

I use an already developed module in VB.NET with ASP.NET to use in a web-based application? The goal is to use the speech technology without having to use another language syntax. I have a windows application that manages a local server database, but how if I want to exchange information from my local database over the internet? I am new to web services (Just developed windows applications).

View 4 Replies

VS 2008 - How To Use Speech SDK 5.1

Mar 6, 2010

Ive downloaded the SDK (after figuring out which of the MS cryptic filenames that I needed). I "installed it" gave me no errors. What now? Import System.Speech is still mia. And a few other source code ive found on the internet does not work. What I want: A button that says "start" when I click on start everything I say goes to a textbox.

View 4 Replies

2003: Speech Recognition?

Aug 1, 2006

i want to create a software which has the following modules 1. Speech to Text2. Text toSpeech 3. Voice commandi already developed in vb6

View 3 Replies

Add Speech Recognition Capabilities?

Oct 14, 2006

I'm working on a program that needs Speech Recognition and every website says to download the Microsoft Speech Recognition Engine. I can't find that, but I've downloaded all the SDKs. Are they the same? And it always says to add a speech recognition component to the form, but I can't find where that is in Visual Basic 2005. I'm using the Express Edition, but I don't think that matters.

View 4 Replies

C# - Phonetic Characters To Speech?

May 25, 2011

let my application to talk in less popular language (for example Hokkien, Malay, etc). My current approach is using recorded mp3.I want to know whether there is 'phonetic characters to speech' engine exists for .net or any platform?Phonetic characters here just like the phonetic entry in paper dictionary.

View 6 Replies

Get An Output File Through Speech API?

Jun 6, 2010

I am new to programming and I am developing a simple application to convert a text which is made using SSML to a audio file,for a personal task. When I use the function

SetOutputToWaveFile or SetOutputWToWaveStream, the file can be created and played using media player, but there is an error in the file. When I use the function setOutputToAudioStream, The audio file can be created, But it can't be played with any media player.[code]...

View 1 Replies

Getting Rid Of Speech Quotes In String?

Nov 2, 2011

I'm using some code to read a text file line by line, the thing is it can contain speech (or double) quotes in the line of text, is the a way of getting rid of them, I've an example line from the text file below.

01 john "job" asd123

I need to lose the quotes around job

View 2 Replies

Getting The Speech Recognition Code?

May 25, 2009

what I gather, the biggest difference between the old SAPI 5.1 and SAPI 5.3 is that SAPI 5.3 actually takes less code to do some of the same things that SAPI 5.1 does. This is just a simple example that runs notepad and says it is before doing so.One thing to remember is that the name of speech lib is changed again. Now you have to do this: Project -> Add Reference -> .NET -> System.Speech

imports system.speech
Public Class Form1
Public WithEvents recognizer As New System.Speech.Recognition.SpeechRecognitionEngine
Dim gram As New System.Speech.Recognition.DictationGrammar()

[code]....

gram is a DictationGrammar object. As it turns out, there are two grammar objects in SAPI 5.3. As you've probably already guessed, DictationGrammar is for spoken language and the normal grammar object is for simple grammar rules.

So basically, Load the grammar, set audio to the default input device and then start an Async recognize call. They have a blocking recognize call and one thing to note here is that it will turn itself off after each sucessful recognized phrase. Meaning that you have to recall Async recognize at the end of the GotSpeech sub if you want to keep picking up voice commands. As it stands, this will pick up one command and no more because it stops recognition.

One neat thing about the synthesis engine is that you can specify things like ".NET" to be said as "dot net" by Anna. Also, as it stands, the periods aren't said and so are pretty much useless. It acts just like the Vista Recognition engine also so if you spell out a word, Anna will spell it out too.In this example there is an undeclared variable named "cmd" that I fail to understand. What is the role of it and where does it obtain it's value from. I actually assume it should be the one to get the decoded\recognized text from the recognizer but not sure how that is achieved.

View 3 Replies

Installing Speech SDK 5.1 On Windows XP

Jun 9, 2011

I'm trying to make a form in VB.Net that takes speech input (not text-to-speech) on my Windows XP Pro computer.I've tried to install Microsoft Speech SDK 5.1 according to url..The problem is my Office 2007 does not have an Alternative User Input feature, as it says in the instuctions. So is there any way to get this on my computer? If not can you suggest any alternative other that buying a new computer for making my Visual Basic .Net form speech-enterable?

View 3 Replies

Microsoft Speech SDK 5.1 Installation?

Feb 24, 2010

I installed Speech SDK 5.1 on windows xp home and when I open Visual Studio 08 and start a new project in Visual Basic, I don't get Microsoft Direct Speech Recognition Control or the Text-to-Speech Control under components...So I am not able to start programming because it seems as if SSDK is not installed...I try to browse for the Dlls but I can't find them, there is no speech folder in c: windows

View 3 Replies

SAPI - How To Interrupt The Speech

Jan 17, 2012

I'm using a long string using SAPI speech and I want to be able stop the speech rather than have to listen to it babble on throughout the whole thing. So, in one function, we'll say it's the load function, it declares a speech string: [Code] I'm trying to get it to abort reading the audio but can't seem to figure out how to get it working. I've seen examples that have used SVSFlagsAsync and SVSFPurgeBefore Speak but I can't get either to be recognized and I've added (what I believe to be) the necessary resources to the library and added the imports at the top of the page. Does anyone know how to interrupt the speech?

View 1 Replies

Speech Recognition For Numbers

May 11, 2011

I'm using Speech.Recognition.SpeechRecognizer in VB.NET 2010 on XP-SP3. I can't figure out how to get it to recognize a number as a number. I want to be able to say "five" and have the code interpret it as the value 5 instead of the word. I know I could use a long choices array or sementics key/value combintations as I have for other conditions but that would be a considerable amount of hard coding or XML work. Is there a more efficient way to get the desired result?

View 1 Replies

Speech Recognition From Own Grammar

Jul 18, 2010

I'm making an application that requires me to perform speech recognition from a wave file that contains some speech. I know what the words in the wave file could be.So, I need to compare these words from a small custom grammar/dictionalr instead of a whole built in large vocabulary.

I have done the recognition part with the default system large vocabulary but now just need to use my own vocabulary.

Suppose that the words that the user can say are:

Hello
hundred degree celcius,
USA,
Yes,
No

Then, how shall I write my XML Grammar? I suppose that if I use the limited small vocabulary, then my accuracy of recognition would increase. Right now, ive a wave file in Microsoft Mary's voice saying "Hello". But with the large default vocabulary its recognising it as "All though". Is my assumption correct that with the above mentioned 5 words in the vocabulry, it will recognise it as Hello only?

Ive been looking at the internet but can't find solution to my specific problem regarding making a simple grammar. In most documents its mentioning using external grammar and about several of the attributes posssible, including sementics, etc, etc. But my vocabulary is not very complicated or difficult. And I don't want to get into too much detail at the moment as I would be deviating from my project itself..

So using the following code:

Grammar = RecoContext.CreateGrammar
Grammar.CmdLoadFromFile("C:CustomGrammar.xml")

What should be the content of the CustomGrammar.xml?

View 1 Replies

Speech Recognition On ASP.NET Site?

Mar 10, 2009

is it possible to enable speech recognition on asp.net web forms?

View 3 Replies

Speech Recognition Software

Feb 26, 2011

Can I develope speech recognition software in VB.Net?

View 4 Replies

Speech Recognition Using .NET Framework 3.5?

Feb 18, 2008

Does anyone know where I can find a step-by-step example of how to use ystem.Speech.Recognition to add speech recognition to my code

View 9 Replies

Speech Recognizer For MDI Application

Oct 5, 2009

New here and just started working on .NET... I was making a MDI app with vb.NET and SAPI i used System.speech.recognition namespace and SpeechRecognizer element.. working for single doc.. bt when i go for new form with same giving

[Code]...

View 1 Replies

Speech Recognizer For MDI Application?

Jan 9, 2012

New here and just started working on .NET...I was making a MDI app with vb.NET and SAPIi used System.speech.recognition namespaceand SpeechRecognizer element..working for single doc.. bt when i go for new form with same givingAn error occurred creating the form. See Exception.InnerException for details. The error is: Unable to cast COM object of type 'System.Speech.Internal.SapiInterop.SpSharedRecogn izer' to interface type'System.Speech.Internal.SapiInterop.ISpRecognizer' . This operation failed because the QueryInterface call on the COM component for the interface with IID

View 6 Replies

Speech Reg. Source Details In .net?

Feb 22, 2010

i want speech reg. source details in vb.net how it is possible

View 1 Replies

Speech To Text (none-English)?

Oct 26, 2010

I have been pulling my hair on how to write a simple (may be not) program to recognize my native language (again, not English).I want to be able to just speak to the computer as we could in English and have the program type the words for me.We use the English alphabet to write our words so that's one step ahead already, but I don't understand how I can tie the sound to the words.

View 3 Replies

Speech To Text Converter

Aug 23, 2009

im currently doing B.E....final year...i wanna do a project on speech to text converter in vb.net.....i request u to plz guide me where should i start first

View 2 Replies

Speech To Text With Program?

Jun 11, 2011

Speech to text with program?[code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved