Results 1 to 13 of 13

Thread: Dragon Naturally Speaking and Visual Basic .Net

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    South Charleston, WV, USA
    Posts
    607

    Dragon Naturally Speaking and Visual Basic .Net

    You can use Dragon Naturally Speaking with Microsoft Access databases and I was wondering if you can do the same with Visual Basic .Net. I think Access has this as a feature, that it interacts with Dragon somehow, not just accepting input. Correct me if I am wrong. I'd like to know if Visual Basic .Net supports this too. I have been searching on the net and haven't found anything.

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Quote Originally Posted by projecttoday View Post
    You can use Dragon Naturally Speaking with Microsoft Access databases and I was wondering if you can do the same with Visual Basic .Net. I think Access has this as a feature, that it interacts with Dragon somehow, not just accepting input. Correct me if I am wrong. I'd like to know if Visual Basic .Net supports this too. I have been searching on the net and haven't found anything.
    I'm confused, what exactly are you trying to do? The whole Access thing is kind of throwing me off.

    But, if you're just trying to use Dragon's speech technology in your app, then you should be able to. I Googled it real quick and found a user manual for their API. The documentation states that it supports VB 6, 7 and 8. 8 being VS 2005. But, that documentation might be outdated. I imagine if it supports an old version of .NET, it can support the newest.

    But, I can't imagine it will be an easy or trivial thing.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    South Charleston, WV, USA
    Posts
    607

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Visual Basic 7.1 and 8?

  4. #4
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Quote Originally Posted by projecttoday View Post
    Visual Basic 7.1 and 8?
    Read my entire reply.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    South Charleston, WV, USA
    Posts
    607

    Re: Dragon Naturally Speaking and Visual Basic .Net

    I not only read your entire post, I saw it in the document. And I still have never heard of VB 7 or VB 8. If that means VB. Net 2003 and VB.Net 2005, why didn't they just say so?

  6. #6

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Quote Originally Posted by projecttoday View Post
    I not only read your entire post, I saw it in the document. And I still have never heard of VB 7 or VB 8. If that means VB. Net 2003 and VB.Net 2005, why didn't they just say so?
    Because technically they're the same thing.

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    South Charleston, WV, USA
    Posts
    607

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Apparently not. Go to http://nuance.custhelp.com/app/answe...IxIn19fX19fX0. and have a look at the first result. It looks like they support VB 6 but not VB.Net.

  8. #8

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Then...why did I find this?

    EDIT: Also, the one you linked to says Version 7; the one I have says version 9.

  9. #9
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Quote Originally Posted by projecttoday View Post
    Apparently not.
    Apparently yes.

    I'll see your Nuance article and raise you a Wikipedia one.

    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  10. #10
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Also, I forgot to mention that you're correct. VB6 and VB.NET are not the same thing. But that's not what you or formless were talking about. You asked why they said VB 7.1 and VB 8 instead of VB.NET. Formless was right, because VB 7.1 = VB.NET 2003 and VB 8 = VB.NET 2005.

    And, VB.NET can refer to any version, while listing the versions told us which framework was supported.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  11. #11

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    South Charleston, WV, USA
    Posts
    607

    Re: Dragon Naturally Speaking and Visual Basic .Net

    First time I've ever heard it referred to that way.

  12. #12
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Dragon Naturally Speaking and Visual Basic .Net

    Quote Originally Posted by projecttoday View Post
    First time I've ever heard it referred to that way.
    Yeah. I also never had a blueberry pie before the first time I had one

    On the serious side though, It still looks like you'll be able to use their API if you can find it. I can't seem to find any information for it beyond .NET 2005.

    You might want to look more on their site, or contact them directly about it.
    Last edited by weirddemon; Jun 28th, 2011 at 12:12 AM.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  13. #13
    Banned
    Join Date
    Mar 2009
    Posts
    764

    Re: Dragon Naturally Speaking and Visual Basic .Net

    as I understand there are 3 main algorithms for speech reco all time based :

    1 fonetic : the program checks every 40 miliseconds or less was there quite or noise and then uses probability to convert thet data to word and sentenses (much based on training the program)

    2 sentence based (requires much more training) instead of considering fonetics the program considers how many quite volume level per say 3 seconds and uses probability for converting that to words.

    3 a combo of the above 1 2

    so if you were to get a volume meter that gets the volume level every less than 40 miliseconds then ...

    the problem with win 7 speech reco (sapi) is correcting it, I was unable to access certain letters.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width