Page 22 of 36 FirstFirst ... 121314151617181920212223242526272829303132 ... LastLast
Results 211 to 220 of 353

Thread: Voice activated navigation for routis!

  1. #211
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by rgardjr
    Are the actual key strokes hard coded into the program? So if I wanted to add a command for the Tab key-can I add this be editing the ini and xml or is this something that has to added to the program? My understanding is that the xml file contains the words that are being listened for and the ini contains the voice response and programs launched when the voice is heard, but the actual keystroke that are sent I don't see. I wish MediaCar supported key strokes for navigation within the program a little better. Now that the task switcher is working I really like the ability to control MP3 playback as well.
    the keys are hardcoded because there are a lot of combinations for let say doing a favorite, chaning the view, etc. If frodo will put in something like an F key to search then its all good Also would be cool to put in a seperate place to launch, close, and bring to front programs

  2. #212
    I'm sorry, and you are....? frodobaggins's Avatar
    Join Date
    Jan 2003
    Location
    Ruston, LA
    Posts
    8,846
    I wouldn't code up anything to work with 1.08.
    1.09 has all the tools you need for almost complete control.

    Frodo
    [H]4 Life
    My next generation Front End is right on schedule.
    It will be done sometime in the next generation.
    I'm a lesbian too.
    I am for hire!

  3. #213
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by frodobaggins
    I wouldn't code up anything to work with 1.08.
    1.09 has all the tools you need for almost complete control.

    Frodo
    Sweet Today I'll try to add just open programs with close/minimize/max/focus function

    For those wanting SAPI 6 - find a friend with office and do a custom install. Disable everything but the speech engine, which is SAPI

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

    Talking

    RoutisVoice v.4

    New in this version:
    • Changes icon when listening/idle(really just ignoring commands)
    • Added total program control! You can open, minimize, maximize, retore, close, and focus on 10 applications. I can do more, but i was tired of changing numbers... Examples are in the files!
    • Restarts routis on resume
    So, I'm looking for more requests.... I think I need more keys, like dot, slash, comma, etc for better overall navigation

  5. #215
    Maximum Bitrate GruvThang's Avatar
    Join Date
    Jul 2004
    Location
    Northern Virginia, USA
    Posts
    683
    Frodo what do you recommend for getting a sub-forum for either VoiceNav or or voice in general?
    [COLOR=Navy][SIZE=1][FONT=Comic Sans MS]Tektility

  6. #216
    It's not really that small...No, seriously. judoGTI's Avatar
    Join Date
    Feb 2004
    Location
    Florida
    Posts
    1,049
    Does it auto restart routis on resume or does it need a command???


    Good job!
    '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%

  7. #217
    Clover Grayscale's Avatar
    Join Date
    May 2004
    Location
    Arkansas
    Posts
    1,549
    I'm getting the Logitec USB seeing as I have a best buy gift certificate i've been trying to get rid of lately. I can't wait to use this software! I use iGuidance 2 for my GPS software though, so please, please could you get it working correctly? If you need it for testing purposes I have it!

    This project is going along very smoothly, and I also agree there should be a subforum.

    I can't wait for FP 1.09 to come out! It's gonna be very easy to integrate with. Maybe you could PM Frodo and ask him about the protocol used to communicate with FPWebserver. I know you'll use winsock controls and send commands to it, and I'm sure he'd be glad to tell you what the command protocol is. That way we can have this ready for when FP 1.09 comes out!

    I love you 0l33l.
    CarPC install is starting to come along again...

  8. #218
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by GruvThang
    Frodo what do you recommend for getting a sub-forum for either VoiceNav or or voice in general?
    This would be great I've been looking to spilt this thread up.
    Quote Originally Posted by judoGTI
    Does it auto restart routis on resume or does it need a command??? Good job!
    Thanks RoutisVoice checks if routis is running after it gets the resume command, and it terminates it (unlike the previous procedure that hung routis instead) and it starts it again.
    Quote Originally Posted by Grayscale
    I'm getting the Logitec USB seeing as I have a best buy gift certificate i've been trying to get rid of lately. I can't wait to use this software! I use iGuidance 2 for my GPS software though, so please, please could you get it working correctly? If you need it for testing purposes I have it!

    This project is going along very smoothly, and I also agree there should be a subforum.

    I can't wait for FP 1.09 to come out! It's gonna be very easy to integrate with. Maybe you could PM Frodo and ask him about the protocol used to communicate with FPWebserver. I know you'll use winsock controls and send commands to it, and I'm sure he'd be glad to tell you what the command protocol is. That way we can have this ready for when FP 1.09 comes out!

    I love you 0l33l.
    I'll be sure to work closely with frodo. I belevie that I'm going to be getting a copy of iGuidance in a few days. So what I'll do is check the title in the INI file, and just change the commands a bit. Maybe even some more commands, because I think iGuidance has more options.

    Oh yeh, any more suggestions? And I'm looking for a good mic icon, the one I have now sux.

  9. #219
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    I want to put in gamma correction, but the code I found only makes the screen brighter. Anyone know how to fix this? Also, i'm up for suggestions and maybe a new icon for when its listening. I also think I should do a stop listening command

    Code:
    unit Unit1;
    
    interface
    
    uses
      Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
      Dialogs, ComCtrls, math;
    
    type
      TGammaRamp = packed record
        R : array[0..255] of word;
        G : array[0..255] of word;
        B : array[0..255] of word;
      end;
    
    
    type
      TForm1 = class(TForm)
        TrackBar1: TTrackBar;
        procedure TrackBar1Change(Sender: TObject);
        procedure FormCreate(Sender: TObject);
      private
        { Private declarations }
      public
        { Public declarations }
      end;
    
    var
      Form1: TForm1;
        SYS_OldGamma : TGammaRamp;
    
    
    implementation
    
    {$R *.dfm}
    
    procedure StoreOldGamma;
    var
      DC : HDC;
    
    begin
      DC := GetDC(0);
      GetDeviceGammaRamp(DC, SYS_OldGamma);
      ReleaseDC(0, DC);
    end;
    
    procedure RestoreOldGamma;
    var
      DC : HDC;
    
    begin
      DC := GetDC(0);
      SetDeviceGammaRamp(DC, SYS_OldGamma);
      ReleaseDC(0, DC);
    end;
    
    function SetGamma(Value : byte) : TGammaRamp;
    var
      I  : integer;
      DC : HDC;
      V  : integer;
    
    begin
      for I := 0 to 255 do begin
        V := Round(255 * Power(I / 255, Abs(Value) / 255));
        if V > 255 then
          V := 255;
          Result.R[I] := V shl 8;
          Result.G[I] := V shl 8;
          Result.B[I] := V shl 8;
      end;
      DC := GetDC(0);
      SetDeviceGammaRamp(DC, Result);
      ReleaseDC(0, DC);
    end;
    
    
    procedure TForm1.TrackBar1Change(Sender: TObject);
    begin
    SetGamma(trackbar1.Position);
    end;
    
    procedure TForm1.FormCreate(Sender: TObject);
    begin
    
    end;
    
    end.

  10. #220
    Clover Grayscale's Avatar
    Join Date
    May 2004
    Location
    Arkansas
    Posts
    1,549
    then you couldn't tell it to listen! heh, so is it basically so you can totally disable the recognition until you start it again by clicking a button on the program or something?

    also i have no idea about the gamma controls. i don't code in delphi. but that would be sweet!

    any plans to integrate finding a song in frodoplayer before 1.09 comes out? it'd be easy to do with sendkeys and making the mouse click wherever the button was... you'd just have to set the res and where to click at in the config file. most people use FP with febs skin so it'd be easy for most people...
    CarPC install is starting to come along again...

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
  •