Page 20 of 36 FirstFirst ... 101112131415161718192021222324252627282930 ... LastLast
Results 191 to 200 of 353

Thread: Voice activated navigation for routis!

  1. #191
    Raw Wave tbird2340's Avatar
    Join Date
    Oct 2003
    Location
    Poland, OH
    Posts
    1,971
    Quote Originally Posted by 0l33l
    New version:
    Didn't have energy to add turn off after x sec. What I'm planning to add: you say something like 'Listen Navigation'.... it responds 'Listening'.... it listens for 30 seconds and then starts ignoring commands, but the 30 seconds is reset after each new command is added.
    That will be SAWEET!! I was playing with the version before this last night and it is awesome.. It sucked having to say enter after every number / letter though so that addition will be very nice. I like how it will reset the timer after it gets a command instead of it just being 30 seconds.

    I'm not 100% if this was mentioned or not but how about a command that will switch apps (sorta like an ALT+TAB in Windows). So if I'm in routis I can say "switch application" and it goes over to FrodoPlayer. Then in FrodoPlayer you can program the Key Shortcuts and use your program in that too (to advance songs, volume, etc). Your program just sends keystrokes right? So wouldn't this work in that?

    And like I said.. Your program friggin rox dude!
    Current Vehicle: 2007 Dodge Nitro

    Second Vehicle: Sold it :( 2005 Dodge Ram 1500 Quad Cab

    First Vehicle: 2003 Ford Ranger

  2. #192
    It's not really that small...No, seriously. judoGTI's Avatar
    Join Date
    Feb 2004
    Location
    Florida
    Posts
    1,049
    I cant wait to try it this weekend.

    Let me ask though because I havent seen it talked about. Once I install SAPI, this program automatically works?

    Do I have to turn voice recognition on in XP anywhere? Do I have to train it? I've never used a mic on my PC before so forgive the ignorant questions.
    '02 GTI
    [Routis '04] [Opus 90W] [160GB Maxtor HD]
    [Lilliput 7" TS] [VIA M10000] [XMPCR]
    [512MB RAM] [Custom housing]
    [Deluo GPS Mouse] [E-MU 0404 Soundcard]
    Progress Meter: [==============|] 99.9%

  3. #193
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by tbird2340
    That will be SAWEET!! I was playing with the version before this last night and it is awesome.. It sucked having to say enter after every number / letter though so that addition will be very nice. I like how it will reset the timer after it gets a command instead of it just being 30 seconds.

    I'm not 100% if this was mentioned or not but how about a command that will switch apps (sorta like an ALT+TAB in Windows). So if I'm in routis I can say "switch application" and it goes over to FrodoPlayer. Then in FrodoPlayer you can program the Key Shortcuts and use your program in that too (to advance songs, volume, etc). Your program just sends keystrokes right? So wouldn't this work in that?

    And like I said.. Your program friggin rox dude!
    Switch apps is interesting Instead of doing API I could maybe do sendkeys to the desktop Yeh, saying enter after every number does suck, so that's why I'm going to try to add the listen function. I'm also going to make it user configurable
    Quote Originally Posted by judoGTI
    I cant wait to try it this weekend.

    Let me ask though because I havent seen it talked about. Once I install SAPI, this program automatically works?

    Do I have to turn voice recognition on in XP anywhere? Do I have to train it? I've never used a mic on my PC before so forgive the ignorant questions.
    You have to install SAPI and then train it. The voice recognition turns on in windows, but is not automoatically on at startup unless a program is actaully going to be useing it (RoutisVoice).

  4. #194
    Raw Wave tbird2340's Avatar
    Join Date
    Oct 2003
    Location
    Poland, OH
    Posts
    1,971
    So about that message that someone posted about there being a newer SAPI in Office 2003 (I think that's what he said)... Is that available anywhere to download? He said it worked better then 5...
    Current Vehicle: 2007 Dodge Nitro

    Second Vehicle: Sold it :( 2005 Dodge Ram 1500 Quad Cab

    First Vehicle: 2003 Ford Ranger

  5. #195
    Low Bitrate
    Join Date
    Aug 2004
    Posts
    76
    Quote Originally Posted by 0l33l
    Sounds cool. What langauage are you writing it in? Mine is in Delphi
    I'm using VB.net

    Quote Originally Posted by 0l33l
    Switch apps is interesting Instead of doing API I could maybe do sendkeys to the desktop
    This is what I'm doing in my "appActivate" rule. VB.net has AppActivate() function which makes it easy.

    00 Galant
    armadaE500 P3-660 320M 20G, lilliput, audigy2NX, slim/slotLoad dvd/cdrw, cardReader
    sony rm-x2s, bu303, xmDirect
    xpPro sp2, frodoPlayer 1.09, iGuidance 2.0, custom voiceRecognition
    custom shutdownController

  6. #196
    Newbie NTurkey's Avatar
    Join Date
    Sep 2004
    Location
    Sammamish, WA
    Posts
    31
    Quote Originally Posted by 0l33l
    Code:
        case GetPropValue(Result, ['chosencolour', 'colourvalue']) of
          1: viewmap;
          2: viewguidance;
          3: voiceup;
          4: voicedown;
          5: exitnavigation;
          6: startroutis;
          7: quitroutis;
          8: enterdestination;
          9: sendtoroutis('A', 9);
          10: sendtoroutis('B', 10);
          11: sendtoroutis('C', 11);
          12: sendtoroutis('D', 12);
          13: sendtoroutis('E', 13);
          14: sendtoroutis('F', 14);
    That's basically some of the code, the rest just goes on like that. What would I need to separate the sendtoroutis command (the send letters)?
    In your call to sendtoroutis, instead of hardcoding the letter value, you can look up the property value for a different semantic property. I'm not that familiar with Delphi or how SAPI is called in that environment, but it'd be similar to your
    Code:
    GetPropValue(Result, ['chosencolour', 'colourvalue'])
    . Perhaps it would look like
    Code:
    GetPropValue(Result, ['chosencolour', 'keysToSend'])
    Does that make any sense? I can show you more precisely in C++, but I bet that's not at all like Delphi. :-)

    Quote Originally Posted by 0l33l
    I'm using SAPI 6.1 BTW
    Cool. Where you'd get that? From the speech server sdk?


    Quote Originally Posted by tbird2340
    So about that message that someone posted about there being a newer SAPI in Office 2003 (I think that's what he said)... Is that available anywhere to download? He said it worked better then 5...
    That was me. The SR engine is newer. It is better. Quite a bit better. It's not currently downloadable for redistribution. It is, however, contained in the speech server sdk, I believe.
    2004 BMW 330Ci

    Audio: Alpine PXA-H701, XTANT 1.1i, PPI 4800, MB Quart QSD 216, JL W6v2
    Computer: Shuttle XPC P4 3GHz HT, 1G, 160GB HD, WinTV
    Software: StreetDeck ... soon with wicked cool speech integration ...

    Install (A/C/S): 100/100/90 %

  7. #197
    Raw Wave tbird2340's Avatar
    Join Date
    Oct 2003
    Location
    Poland, OH
    Posts
    1,971
    It looks like I do have the 6.1 installed (also the 5.1). I installed Outlook 2003 so that must of added it. I would like to put it on my CarPC w/out loading office though...
    Current Vehicle: 2007 Dodge Nitro

    Second Vehicle: Sold it :( 2005 Dodge Ram 1500 Quad Cab

    First Vehicle: 2003 Ford Ranger

  8. #198
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by NTurkey
    Code:
    GetPropValue(Result, ['chosencolour', 'keysToSend'])
    Cool. Where you'd get that? From the speech server sdk?
    I think I got it from Office 03' How would the code look in the XML file??

    Thanks

  9. #199
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520

    Arrow RoutisVoice v.3

    RoutisVoice v.3

    New:
    Task Switcher
    Listen for X seconds and stop, with reset on command
    Deleted enter stuff, so you can just say the letter now
    One instnace only opeable

  10. #200
    Variable Bitrate rgardjr's Avatar
    Join Date
    Oct 2003
    Posts
    374
    Quote Originally Posted by 0l33l
    RoutisVoice v.3

    New:
    Task Switcher
    Listen for X seconds and stop, with reset on command
    Deleted enter stuff, so you can just say the letter now
    One instnace only opeable
    Great job!! I was just playing around with v.2 for the first time on my laptop! Can't wait to get this in my truck.

Similar Threads

  1. Voice activated Light switch
    By surfer6262 in forum Off Topic
    Replies: 3
    Last Post: 10-03-2009, 07:48 AM
  2. Replies: 21
    Last Post: 03-07-2006, 11:43 PM
  3. Voice Activated software
    By heezer7 in forum Software & Software Development
    Replies: 3
    Last Post: 07-09-2004, 02:00 AM
  4. Voice Activated App - Need Team
    By kovan in forum Software & Software Development
    Replies: 0
    Last Post: 01-28-2004, 11:44 AM
  5. BMW pre-installed system - TFT ?
    By tsingsu in forum LCD/Display
    Replies: 11
    Last Post: 08-05-2002, 03:16 AM

Bookmarks

Posting Permissions

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