Speech recognition application using C#

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 213

  • @sekharonline4u
    @sekharonline4u  10 лет назад +10

    In this video we will try to understand how to use Voice Recognition feature of C# using System.Speech.Recognition namespace.
    The video provides explains how to acquire and monitor speech input, create speech recognition grammars that produce both literal and semantic recognition results, capture information from events generated by the speech recognition and, and configure and manage speech recognition engines.

    • @sekharonline4u
      @sekharonline4u  10 лет назад +1

      If you like this video give it a share

    • @tusharnegi6556
      @tusharnegi6556 7 лет назад

      sir i want to known how to add grammer using xml ....
      when will you upload this video?

    • @AshwinKumar-kc7ly
      @AshwinKumar-kc7ly Год назад

      Hey Sekhar, Thanks for the video. Was very simple and informative.
      When I try this on my side I am getting a null reference while executing "ss.SpeakAsync("Hello Sumukha");". Have created "ss" object as you have shown - "SpeechSynthesizer ss = new SpeechSynthesizer();". Not sure what is causing this.
      I am not a full-time developer. Please excuse me if I am asking some basic questions. Can you please let me know a way for addressing this issue?
      This is the full error message -
      System.NullReferenceException
      HResult=0x80004003
      Message=Object reference not set to an instance of an object.
      Source=System.Speech
      StackTrace:
      at System.Speech.Internal.ObjectTokens.RegistryDataKey.HKEYfromRegKey(RegistryKey regKey)
      at System.Speech.Internal.ObjectTokens.RegistryDataKey.RootHKEYFromRegPath(String rootPath)
      at System.Speech.Internal.ObjectTokens.RegistryDataKey.Open(String registryPath, Boolean fCreateIfNotExist)
      at System.Speech.Internal.ObjectTokens.SAPICategories.DefaultDeviceOut()
      at System.Speech.Internal.Synthesis.VoiceSynthesis..ctor(WeakReference speechSynthesizer)
      at System.Speech.Synthesis.SpeechSynthesizer.get_VoiceSynthesizer()
      at System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(Prompt prompt)
      at System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(String textToSpeak)
      at WinFormsApp1.Form1.engine_SpeechRecognized(Object sender, SpeechRecognizedEventArgs e) in D:\Newfolder\PatRec\WinFormsApp1\Form1.cs:line 82

  • @harisha.g4792
    @harisha.g4792 9 лет назад

    I debugged it... works well... i was searching for this.. thank you very much....Your tutorial is easily understandable...!!!

  • @vb6expert867
    @vb6expert867 3 года назад

    Thanking you for you excellent tutorial

  • @mortezamohammadifard4124
    @mortezamohammadifard4124 11 месяцев назад

    Thank you , very good job.

  • @SaurabhKumar-nw5fy
    @SaurabhKumar-nw5fy 7 лет назад

    Works perfect.....only one issue that you have not initialized the cList object of Choices. Guys instantiate that before adding string into that so as to get this work perfectly. And there is no need of any microphone if you are using laptop

    • @A2zyanka
      @A2zyanka 3 года назад

      can you explain me how to ad because i am fresher in coding

  • @NIRAV77
    @NIRAV77 7 лет назад

    You are amazing sir... Thank you for the video...

  • @sshyam89gobi
    @sshyam89gobi 5 лет назад

    Thank you. It was very useful.

  • @zainibosal2664
    @zainibosal2664 3 года назад

    Great work sir

  • @randomthings_07
    @randomthings_07 6 лет назад

    Thankyou sekhar , thankyou so much for this tutorial. and there is one execption coming , so i resolved it by creating the object of choices.

  • @akshaychavda3947
    @akshaychavda3947 7 лет назад +3

    Awesome...
    plz make videos on face recognition...

  • @chaithu429
    @chaithu429 9 лет назад

    thanks sekhar it worked just fine

  • @UdhayaEugine
    @UdhayaEugine 9 лет назад

    thank you sir nice post.. very useful video for beginners like me..

  • @mikaischersenator3682
    @mikaischersenator3682 4 года назад

    Recognisation. Love that word :)

  • @MightyTechGuy
    @MightyTechGuy 8 лет назад

    Thanks Sekhar for this awesome video

  • @hardikkulkarni7826
    @hardikkulkarni7826 10 лет назад +1

    very useful tutorial sir ..... please upload whole series for C# ...

  • @AbirLati
    @AbirLati 9 лет назад

    ooooh where have you been ????? thank you soooooo much, that was so great

  • @momalmazhar327
    @momalmazhar327 8 лет назад

    i cant get which button u pressed for void sre_speechRecognized(object, sender, SpeechRecognizedEvents args); and i get error in Process.start in video 10:51

  • @mfpeteebirdyepyep5210
    @mfpeteebirdyepyep5210 9 лет назад

    hi im trying to follow the steps in exact order. everything is great until 5:16 seconds in the video. when I click to see code it don't read the way urs shows . please help

  • @moathodimatikiti7656
    @moathodimatikiti7656 9 лет назад

    PLEASE HELP... is this what u wrote on the 12:15min of th tutorial?, i cant see your vedio clearly "txtContent.Text == e.Result.Text.ToString() = Environment.NewLine";"
    am getting an error on this line, saying the lefthand side of the assignment must be a variable, property or indexer... please help.

    • @sekharonline4u
      @sekharonline4u  9 лет назад

      +Moathodi Matikiti it is txtContents.Text += e.Result.Text.ToString() + Environment.NewLine; you have typed in == instead of += and after .ToString() it is + and you have used = please correct that and execute the application. Thanks for watching my video.

    • @moathodimatikiti7656
      @moathodimatikiti7656 9 лет назад

      +sekhar srinivas Thank you it worked very well. i have sent you an email i need to understand a few things

    • @mithunm7615
      @mithunm7615 8 лет назад

      txtContents.Text += e.Result.Text.ToString() + Environment.NewLine;

  • @dr4gon743
    @dr4gon743 9 лет назад

    Thank you so much man! This works perfectly fine!

  • @bholagupta1018
    @bholagupta1018 6 лет назад

    Too good brother.

  • @fernandakawashima7266
    @fernandakawashima7266 9 лет назад +6

    Hi!! I'm trying to do this program but an error occurred:
    An unhandled exception of type 'System.NullReferenceException' occurred in VoiceRecogDemoApp.exe
    Additional information: Object reference not set to an instance of an object.
    Can you help me, please?

  • @wlhint324
    @wlhint324 10 лет назад +1

    Thanks. Very helpful.

  • @Omey731
    @Omey731 8 лет назад

    at 8:06 after you typed try did all the text below it get generated automatically ? I followed your instructions but got stuck at this stage as I tried to type them manually but continue to get errors, could you please clarify what happens after you typed "try" ? catch,throw etc all seemed to show by themselves :/

    • @TheDiggidee
      @TheDiggidee 6 лет назад

      type "try" then press tab, tab

  • @cidobingo9901
    @cidobingo9901 8 лет назад

    Woow, this so good. Keep it you

  • @WOGALAXY
    @WOGALAXY 8 лет назад

    Thank you very much.... so happy :D

  • @sDesa1
    @sDesa1 4 года назад

    Does this format work with Visual Studio Code?

  • @onyokcahayon5610
    @onyokcahayon5610 9 лет назад

    in my windows XP .. ihave alot of issues facing ,,
    im using visual studio 2010 .
    what is the right visual studio to use in creating a program like voice recognition projects
    please help me

  • @learnsomethingfrompanku2431
    @learnsomethingfrompanku2431 6 лет назад

    What hardware required to recognise speech plz help..will this work on desktop computer

  • @tamaldolui3774
    @tamaldolui3774 2 года назад

    How can I implement it on web....this is in form ...I need it on web...aspx format

  • @cypictronic
    @cypictronic 5 лет назад

    Excellent

  • @leonardobird
    @leonardobird 3 года назад

    Hello Mr.Sekhar, thanks for your videos. I have been tried your program in the new version of visual studio 2019. It appears error: "System.NullReferenceException: 'Object reference not set to an instance of an object.'" in Choice clist. How to fix it? Please help me. Thanks.

  • @ugurdilek6529
    @ugurdilek6529 8 лет назад

    Mr sekhar please help me this method "RequestRecognizerUpdate();" in try block is not working for me....

  • @vibhors809
    @vibhors809 9 лет назад

    #poobna: Go to upper left dock>project>add reference>assemblies>search in the search box for system.speech>tick it>ok

  • @hanifuddinmalik8487
    @hanifuddinmalik8487 7 лет назад

    hello sir. i have some question, what is the library for this program ?.
    hope you will response my question.
    thank you sir...

  • @FYLTV
    @FYLTV 5 лет назад +2

    When I click the "Start Button" it has an error "Access is Denied (Exception from HRESULT: 0x80070005(E_ACCESSDENIED)) and also this one " Object Reference not set to an instance of an object "

    • @gaelickusgamer163
      @gaelickusgamer163 3 года назад

      Me too

    • @jiminryu3944
      @jiminryu3944 3 года назад

      @@gaelickusgamer163 you have to add it from the list of references and then do "using System.Speech.Recognition" or Synthesis or whatever w you want

  • @aConfusedAmp
    @aConfusedAmp 5 лет назад

    How do you get the form to show when putting in elements? Mine just shows the code and I have to run the code for it to show me the form. Please help

  • @sankaveechinnathambi5445
    @sankaveechinnathambi5445 7 лет назад

    Awesome one

  • @pragyanpandey9252
    @pragyanpandey9252 9 лет назад

    very useful indeed.....i understood what u said but can u please help me with a bit different requirement....i want it to work like a passcode where my clist would contain only one word and after that recieving that word, the programme in return runs a specific application or does a specific function..i do not want it to be verbal conservation but a verbal passcode for a specific word that whe recieved runs a specific function

  • @RickyDivjakovski
    @RickyDivjakovski 8 лет назад

    in this lesson we try to understand what you are saying and if you actually know what your doing

  • @CarlCampbellMusic
    @CarlCampbellMusic 10 лет назад

    great tutorial :)

  • @arsenalism
    @arsenalism 10 лет назад

    hey shekhar...is there any chances of creating C# application to take continuous speech like of 15-20 mins and convert the whole speech into text simultaneously like subtitles?

  • @SquashVash
    @SquashVash 8 лет назад

    can someone please help me on:
    switch (e.Result.Text.ToString())
    {
    case "hello":
    ss.SpeakAsync("hello sir");
    i'm getting an error saying:
    control cannot fall out of switch from final case label ('case "hello":'
    its in
    10:40

  • @narekhakobyan9558
    @narekhakobyan9558 8 лет назад

    Thank you very VERYY MUCH

    • @umerrajpoot2355
      @umerrajpoot2355 8 лет назад

      brother please help me in an error in this code

  • @ChefBoyarZ
    @ChefBoyarZ 9 лет назад

    Hello. When I click start and say "hello", it responds correctly, but also stops. I have to click start again and say the next words and it repeats it twice. If I hit start again it'll speak 3 times, and if I hit it again it'll be 4 times and so on. Why must I click start each time I give it a new prompt and why does it add more responses in +1 increments?
    Thanks.

  • @jarusgaming6014
    @jarusgaming6014 6 лет назад

    How to keep all the choices in database and then fetch from the database?

  • @sunderluhana7865
    @sunderluhana7865 7 лет назад

    sir there is an exception in this code which is (text as a series of uni code). how to handle this exception??

  • @narendrannamachivayam5118
    @narendrannamachivayam5118 8 лет назад

    Hi Sekhar,
    Its really helpful. Thanks for the video post.
    And am working in web application, which I am developing for visually impaired persons Psychometric Test battery;
    The thing is we are already having the test battery application for normal users; now we are enhancing the same for visually impaired persons, So I am thinking to implement this speech recognition in that with existing grid view; but am struggling with that;
    Could you please help me out on this? So that the users can easily access the user friendly application.
    Regards,
    Narendran Namachivayam.

  • @huzaifahmunshi8764
    @huzaifahmunshi8764 5 лет назад

    What if i dont want to use Choices and implement it dynamically ?

  • @humayunwahid9227
    @humayunwahid9227 9 лет назад

    plz help me how i can supply audio input to the recognizer.. i use headphones for input but not working

  • @tanishagupta9013
    @tanishagupta9013 5 лет назад

    Sir i have a problem that
    process. Start is not shown please tell me what's the problem is ?

  • @vedapraveenchowdary6471
    @vedapraveenchowdary6471 5 лет назад +3

    clist=new Choices();
    try this it may help you.....

  • @narendrannamachivayam5118
    @narendrannamachivayam5118 8 лет назад

    I got my coding works for English, but I need the same to read Tamil & Hindi Texts which I already loaded into GridView, just need the same to be read; Please do the needful as soon as possible; am working in a product which is going to be used by Visually impaired persons.

  • @vedapraveenchowdary6471
    @vedapraveenchowdary6471 5 лет назад

    in clist exception is occured System.NullReferenceException', can anyone help? thanks in advance.

  • @sunderlohana4604
    @sunderlohana4604 7 лет назад

    thank you sir 😊

  • @prachishah574
    @prachishah574 9 лет назад +2

    how i take dynamic input from the user..?
    like we specify the inputs in choices good morning ,hello etc...but i want dynamic input and print it...
    can you just plz give me the code for this

    • @jiminryu3944
      @jiminryu3944 3 года назад

      not sure what you mean by dynamic input but im assuming you want the input to be taken in multiple fashions such as "what is the time" or "tell me the time". For this you need to make a choices object with the String array that includes both these statements and use the append method to append the choices object to a grammarbuilder object ( you have to use the append method to add "time" to the end)

  • @ArunKumar-mj8oe
    @ArunKumar-mj8oe 7 лет назад

    How can I open system programs like vlc, Microsoft word

  • @peopleneducation4437
    @peopleneducation4437 9 лет назад

    Hi, sir i want to ask you question. How can we add system.speech to reference in visual studio 2012

    • @daalwada
      @daalwada 6 лет назад

      Right click on "References" in Solution Explorer > Select "Add Reference" > In the following dialog box, search for "Speech". You will find "System.Speech". Check the option and click Add. Hope this helps.

  • @soniverma3755
    @soniverma3755 10 лет назад

    is there any solution to use this code for web based project in asp.net

  • @harishkutty4196
    @harishkutty4196 9 лет назад

    Hi, i need to maintain a big grammar database some 1000 words i would say. So, i can't keep adding all the words in the program as it would make code dirty. previously i kept a notepad file consisting of all grammar and just referring to it by using "File.ReadAllLines" from my windows form app. but i think it's not effective. I need a good database to store my grammar. Can you suggest me something?. Thank you.

    • @sekharonline4u
      @sekharonline4u  9 лет назад

      +Harish kutty use xml file to store the data it will be easy to handle

    • @harishkutty4196
      @harishkutty4196 9 лет назад

      sekhar srinivas Thanks!! I'm working on it..do you have any idea about creating a knowledge base in xml.

    • @sekharonline4u
      @sekharonline4u  9 лет назад +1

      if you require any video on how to use XML grammer within the application i can do that by next week as this week am pre-occupied with other work

  • @foresaken1985
    @foresaken1985 9 лет назад +1

    Hello. I tried to re-create the program but I keep getting a reference is null exception thrown for the clist. I have tried #pragma warning disable 0649 to get rid of it but this still is not working. any suggestions?

    • @foresaken1985
      @foresaken1985 9 лет назад +2

      I was able to fix the error by adding to the following code:
      Choices clist = new Choices();
      before I was only using Choices clist; and it was returning a null value.

    • @yyuuttuubb
      @yyuuttuubb 9 лет назад

      Thanks Daniel. Now its working :)

    • @arkanalhabow2001
      @arkanalhabow2001 9 лет назад

      +Daniel Bell thnx man
      ilove you hahah

    • @sivaboyidi9939
      @sivaboyidi9939 7 лет назад

      Thnq man...

  • @ljsablad04
    @ljsablad04 10 лет назад

    and i want to open some forms using voice recognition for extra security. like i will say "Log in Admin" then plus username and password and show another form which is the main form can you show me how to do that in c#

  • @afiqurrahman9066
    @afiqurrahman9066 6 лет назад

    Thanks a lot for the tutorial! helped me a lot....I'm facing one problem though,sometimes it fails to take some commands,I mean voice inputs...what could be the problem?any idea?

    • @franshesko777
      @franshesko777 2 года назад

      might be mad late but i think there might be a variable which contains the input and if you have alot of microphones such as a headphone mic or a condenser you might need to switch the input

  • @vb6expert867
    @vb6expert867 3 года назад

    I m getting error Object reference not set to an instance of an object. in the following line : clist.Add(new string[] {"hello", "how are you", "close"}); Any help is extremely appreciated.

    • @jiminryu3944
      @jiminryu3944 3 года назад

      you have to initialize using the keyWord "new" such as Choices clist = new Choices( new String[] {whatever u want})

  • @nazeef7094
    @nazeef7094 8 лет назад

    I am having problem in the execution of the program it highlights clist and says "object reference not to set an instance of an object" pls help

  • @sanjurao7346
    @sanjurao7346 8 лет назад

    Hi I have same question as prachi shaha. Was that answered any time?

  • @kiddietube2065
    @kiddietube2065 7 лет назад

    Sir
    I like the video. I need a offline speech recognition dictator in my uwp application. So please help me. I already created one but it is only works with online.

  • @tushargupta7932
    @tushargupta7932 8 лет назад

    Sir i am getting the error " The language of the grammar does not match the language of the speech recognizer " in a pop up box.Any suggestions please ?Also dues to this , in my debug windows on closing the output i get this : Exception thrown: 'System.InvalidOperationException' in System.Speech.dll . Please help !

  • @prarthana1122
    @prarthana1122 7 лет назад

    Thank you for the tutorial.
    But I want some more.
    In the tutorial, the grammar is limited, besides that it can't recognize.
    What if I would like to write every text that has been spken. unlimited grammar.
    Could you please do a tutorial on that?
    It would be so helpful.
    Thank you in advance.

    • @sekharonline4u
      @sekharonline4u  7 лет назад

      Thanks for the compliments i will prepare another video in which i will explain how to prepare
      the grammar to support sentences

    • @prarthana1122
      @prarthana1122 7 лет назад

      Thank you so much..:)

  • @mrstjabc
    @mrstjabc 9 лет назад +1

    From where the "Process" came in code? Please explain

  • @MBS-1891
    @MBS-1891 10 лет назад

    plz explain how to remove this bug..i want urgently

  • @smartpratik5u
    @smartpratik5u 8 лет назад

    Hello,
    I was trying to execute your code the error is in
    choices clist; - it is never assigned and code was unhandled.
    When i write the process.start - it is also not coming.
    Can you explain what is the mistake I am doing.

    • @sekharonline4u
      @sekharonline4u  8 лет назад

      +Pratik Bhandari Please Create an object for the choices at the form_load : clist = new Choices();

  • @utdgam3r379
    @utdgam3r379 4 года назад

    HI YOU SEE UR PROJECT WILL YOU PLZ MAKE IT SO UR COMMANDS IN THE TOOL RUN FROM A TXT FILE PLZZZ AND THEN DO A VIDEO ON THT

  • @sanjivsabeswaran5570
    @sanjivsabeswaran5570 8 лет назад +1

    i have the following error
    "An unhandled exception of type 'System.NullReferenceException' occurred in MyForm.exe"
    this error msg focuse the line that below is.
    "clist.Add(new string[] { "hello", "how are you", "what is the current time", "open chrome", "thank you", "close" });"

  • @amitghuge594
    @amitghuge594 10 лет назад

    Hey friend i have made this application as it is but it's not working it showing me object reference not create instance of object then i had initialized Choices class object but still the error is occering
    and one more error is showing cannot find the requested data item and key value

    • @sekharonline4u
      @sekharonline4u  10 лет назад

      Hello Amit just create an object for the Choices class i.e. instead of writing Choices clist; use the following code Choices clist = new Choices(); it will resolve the problem i used refactoring while doing that so it might be visible in code typing excuse for using some shortcuts while typing..

    • @amitghuge594
      @amitghuge594 10 лет назад +1

      yes sir it worked successfully

  • @lorenzalmarez5556
    @lorenzalmarez5556 7 лет назад

    Once i clicked start button and it shows and error, "Cannot find the requested data item, such as a data key or value" help please

  • @raghuramreddy5661
    @raghuramreddy5661 10 лет назад

    Hi sir I am using this code in ASP.NET Web Forms application. It is working but when sre_SpeechRecognized event raised textbox is not filling and RecognizeAsyncStop(); method is not working. My web page is loading continuously. And due to this loading problem I have redirected my page to the same page but loading is not ending.

  • @andy_hooli
    @andy_hooli 8 лет назад

    How to close other application

  • @mannargayathri9801
    @mannargayathri9801 8 лет назад

    Hi sir, I need tutorial on "voice recognition lock opens".

  • @sumap9659
    @sumap9659 9 лет назад

    Hello Sir...
    Its not working for me, it is not taking my audio input.

  • @m.sharyph
    @m.sharyph 8 лет назад

    got an error for NullReferenceException was unhandled ??
    how do i resolve this ..

    • @m.sharyph
      @m.sharyph 8 лет назад

      it is better if you eidi the code to it ll handle the null exception.
      Choices clist = new Choices();

    • @umerrajpoot2355
      @umerrajpoot2355 8 лет назад

      brother please help me in an error in this code
      \\\\\\\\\\\ i have an exception error in give link at
      case "google":
      ProcessStartInfo str = new ProcessStartInfo();
      Process.Start("chrome","www.google.com.pk");
      break;
      it gives an error .
      A first chance exception of type 'System.NotImplementedException' occurred in text speech.exe
      Additional information: The method or operation is not implemented.
      If there is a handler for this exception, the program may be safely continued

  • @ManelBenlloch
    @ManelBenlloch 4 года назад

    Podrías compartir el código en un documento zip ?

  • @johnrazensadsad3732
    @johnrazensadsad3732 7 лет назад

    hi?thanks for the tutorial.Can I convert in into android app?

    • @sekharonline4u
      @sekharonline4u  7 лет назад

      Hi we can use Microsoft Cognitive Services to achieve the same in a very simple way if it is for mobile development

  • @nataliachu2495
    @nataliachu2495 6 лет назад

    Error when i press Start button - SystemNullReferenceException - how to fix it?

  • @fazalahmed9137
    @fazalahmed9137 6 лет назад +1

    Sir but it's working on Android os

  • @dragonnaturallyspeakingsup8959
    @dragonnaturallyspeakingsup8959 5 лет назад

    nice...

  • @shridharkulkarni5394
    @shridharkulkarni5394 6 лет назад

    Sir,it is not reply with voice?

  • @SurajLad
    @SurajLad 9 лет назад

    Now Can i Enter Code For Opening Notepad, Writing the Words Said by User and Then Saving it ? Please Help :)

  • @AT-lc4dk
    @AT-lc4dk 8 месяцев назад

    My code is run But Ouput is Again and Again Repeat "Hello" Nothing is Perform. what i do Now?

  • @mahmoudelmowafy8396
    @mahmoudelmowafy8396 4 года назад

    Sir I try that code but it doesn't work,can you send me the code .

  • @MALIKADNANSAAB
    @MALIKADNANSAAB 8 лет назад

    please help me out here is an error
    txtContents.Text += e.Result.Text.ToString() + Environment.NewLine;
    not recongize the txtContent
    and if i remove this code of line compiler gives error on clist.Add line of code please help me out
    clist.Add(new string[] { "hello", "how are you", "thank you", "close" });
    Exception thrown: 'System.NullReferenceException' in Asistan.exe
    error
    How can I fix

  • @nivaskhatal1853
    @nivaskhatal1853 8 лет назад

    sir i cant acces process.start please help me

  • @utdgam3r379
    @utdgam3r379 4 года назад

    WILL U PLZ MAKE A DOWNLOAD OF THIS TOOL

  • @shikinanaya3294
    @shikinanaya3294 8 лет назад

    what is the difference between VB.net 2010 and this C# please tell me someone?

    • @Extra621
      @Extra621 8 лет назад

      VB and C# are different programming languages

    • @shikinanaya3294
      @shikinanaya3294 8 лет назад

      I thought that two is a same PL I mean it has a similarity in terms of a GUI

  • @web3.0_metaverse_XR
    @web3.0_metaverse_XR 7 лет назад

    Hi
    Is it working for Android }?

  • @wesdesa
    @wesdesa 8 лет назад

    clist.Add(new string[] { "hello", "how are you", "thank you", "close" });
    Exception thrown: 'System.NullReferenceException' in Asistan.exe
    error
    How can I fix
    thank you

    • @mithunm7615
      @mithunm7615 8 лет назад +2

      just simply replace the code .................Choices clist; to Choices clist = new Choices();

    • @hackchoice8553
      @hackchoice8553 8 лет назад +1

      Choices clist = new Choices();

  • @sumap9659
    @sumap9659 9 лет назад

    Hello Sir.., Its not working for me, i tried it, it was not taking my audio input, its just keeping calm, when i press the start button. plez help me in working this application.

    • @sekharonline4u
      @sekharonline4u  9 лет назад

      please send your code to my mail id : sekharonline4u@gmail.com i will check that out

    • @sumap9659
      @sumap9659 9 лет назад

      sekhar srinivas sir I have sent the code to your mail.., can you provide me the solution

  • @ljsablad04
    @ljsablad04 10 лет назад +1

    i got an error in the clist.add()
    the error is this :( Object reference not set to an instance of an object.

    • @romanhossain10
      @romanhossain10 6 лет назад

      Choices clist=new Choices();

    • @sahujiofficial7834
      @sahujiofficial7834 6 лет назад

      Make the object of choices class and then use it .

    • @vapdoestuff9042
      @vapdoestuff9042 6 лет назад

      hey, i tried this and i get a message saying "access denied" do you know what to do sir

  • @mehranshafqat997
    @mehranshafqat997 9 лет назад

    sir no next part ? :( please make video how add xml file for more words please please i need this in my project called voice based email client please please

  • @skyz3ra
    @skyz3ra 9 лет назад

    but how do you make it so when the Program ask you a question it waits for your answer, eg
    how are you shekar -> i'm fine thank you => I'm glad to hear it.
    how are you shekar -> im not fine => whats goin on ?
    But if you use cases like that, whenever you say Im not fine, the program will answer wats going on. even tho he DIDNT ASK you anything yet.
    so the question is how to make it wait for your input and then doing whatever you ask him to do.

    • @sekharonline4u
      @sekharonline4u  9 лет назад +1

      skyz3ra Hi it can done by adding more grammer to the application with the emotions for that grammer

    • @skyz3ra
      @skyz3ra 9 лет назад

      wut nono that wasnt my point :(
      i meant When the program ask a question, how to make it wait for user input before moving on .
      you know, like if he says do you want me to read you a story, and if you say YES then he'll do it, but if you say NO he'll do something else.
      but i dont want the YES or NO to be bound to this one question, i want it to work for multiple questions if you know what i mean
      i want something like Readline in console you know.