Results 1 to 5 of 5

Thread: [VB.NET] Speed Recongition SDK

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    [VB.NET] Speed Recongition SDK

    [Crap i spelt title speed my bad ahhahaa]{change speed = Speach}
    hi i was thinking of how cool it would be to have a program that had a speech to recongition like so u can set something and you say " Shell Notepad " then it checks under a shell listbox and find notepad and runs it (so if u want notepad to be firefox u can change it) but u get it custimizable is this possible with vbnet? do i need some speficic sdk .dll or sumthn yah and thanks alot =)
    links are perfifly fine
    Last edited by LoGiCAnti; Jul 30th, 2010 at 08:09 PM. Reason: misspelled

  2. #2
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

    Re: [VB.NET] Speed Recongition SDK

    You would need to somehow record voice.

    Then compare the voice signal to a base reference with a decent amount of room for error, as no 2 voices are the same, and the odd's of you replicating your EXACT tone and speed is slim to none.

    Easiest way would be to have,

    1. End User sets a base, Example, say "Firefox". Say it again, maybe even again. This will give you 3 bases.

    Now, Maybe add a +- 15-25% to pitch, and speed. If current voice fits into that criteria, then load app.

    This will be no EASY task, and there is no SDK(known), as a SDK stands for 'Software Development Kit', and I doubt there is such for this. You will more than likely be wanting some sort of voice recording and reference controls.

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

    Re: [VB.NET] Speed Recongition SDK

    Quote Originally Posted by TCarter View Post
    You would need to somehow record voice.

    Then compare the voice signal to a base reference with a decent amount of room for error, as no 2 voices are the same, and the odd's of you replicating your EXACT tone and speed is slim to none.

    Easiest way would be to have,

    1. End User sets a base, Example, say "Firefox". Say it again, maybe even again. This will give you 3 bases.

    Now, Maybe add a +- 15-25% to pitch, and speed. If current voice fits into that criteria, then load app.

    This will be no EASY task, and there is no SDK(known), as a SDK stands for 'Software Development Kit', and I doubt there is such for this. You will more than likely be wanting some sort of voice recording and reference controls.
    You should do your research before making baseless suggestion so you don't sound silly when someone else comes along and says that Microsoft has a Speech SDK and there's a super easy example of this that can be found here.

    The example gives a basic understanding of how to utilize the SDK. The MS documentation will give the OP a better understanding of how to use its specific functions to fit his needs.

    That being said, LoGiCAnti, this may or may not be easy. But either way, I suggest you do the research and figure out what's involved. There's most likely not a copy and paste example, so you'll have to actually do some work, but it certainly seems possible for the average user.
    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"....

  4. #4
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

    Re: [VB.NET] Speed Recongition SDK

    Quote Originally Posted by weirddemon View Post
    You should do your research before making baseless suggestion so you don't sound silly when someone else comes along and says that Microsoft has a Speech SDK and there's a super easy example of this that can be found here.

    The example gives a basic understanding of how to utilize the SDK. The MS documentation will give the OP a better understanding of how to use its specific functions to fit his needs.

    That being said, LoGiCAnti, this may or may not be easy. But either way, I suggest you do the research and figure out what's involved. There's most likely not a copy and paste example, so you'll have to actually do some work, but it certainly seems possible for the average user.

    You should reread the part, where i said "i DOUBT their is a SDK".

    Meaning, I didnt see this happening. However, you obviously found one.

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

    Re: [VB.NET] Speed Recongition SDK

    Quote Originally Posted by TCarter View Post
    You should reread the part, where i said "i DOUBT their is a SDK".

    Meaning, I didnt see this happening. However, you obviously found one.
    That's why I said you should have done the research. It took me 1 minute =/
    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"....

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