|
 |
|
09-08-2004, 02:14 AM
|
#1
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Voice Activated Navigation for Routis/iGuidance + More
Hi guys. For the past week I've been working on a voice activated module for routis (2004, I haven't tested in any other version). Basically what my program does is send keystrokes to Routis as if you were typing. So you can say "enter e" and the computer will send the letter "e" to routis. If you have common names like that of cities I made a 50 name storage area, so you can say "enter los angeles" and it will type in "los angeles". Similarly, I made the program also store favorites, so you can say "navigation destination home" and it will take you to your home adress (stored in an INI file, just like the common names). I have even provided voice activation for POIs! Also you can change everything in the options menu, like setting 3d mode off, 3d view 1, etc. Also allows you to change the volume. Oh, and you can set the automatic speed alert feature too
The only problem is that I don't have storage space or anything to test it on  So I need someone willing to host it for me, and test it on another computer. This is based on SAPI. Oh, did I mention that ALL the speech commands are editable?
NaviVoice v.5
David Burban
Last edited by 0l33l; 09-27-2004 at 03:02 AM..
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
09-08-2004, 02:18 AM
|
#2
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Screenshot: Command 83 is called when the person says "navigation enter intersection". Command 303 is called when someone says "enter los angeles".
|
|
|
09-08-2004, 02:40 AM
|
#3
|
|
Variable Bitrate
Join Date: Jun 2003
Location: Greensboro, NC
Posts: 384
|
that rocks. i'll be more than happy to host and test.
|
|
|
09-08-2004, 02:53 AM
|
#4
|
|
Maximum Bitrate
Join Date: May 2004
Location: TX
Posts: 478
|
Wow! You are my hero! That looks like an awesome and incredibly useful project. I'm using routis 04 also, so I'd be able to test as well.
|
|
|
09-08-2004, 02:58 AM
|
#5
|
|
Constant Bitrate
Join Date: Aug 2004
Location: Germany
Posts: 118
|
damn why isnt routis available in germany
__________________
Golf 3 CarPc Status
///////////////50%--------------/
PSU:Inverter
GPS:BT GPS
PC: Slim notebook with 10.4"touch, external DVD.
Dock for car is in production.
Audio: Stock speakers but looking for new ones. CD-HU with FM modulator (ordered)
|
|
|
09-08-2004, 03:29 AM
|
#6
|
|
Constant Bitrate
Join Date: Jun 2004
Location: Orange County
Posts: 138
|
lookin good David...have you set it up in your SC yet? I can test & host it also if you need me too...
__________________
Lexus SC400
Subaru WRX Wagon
|
|
|
09-08-2004, 07:03 AM
|
#7
|
|
Maximum Bitrate
Join Date: Jun 2003
Location: Hatfield, PA
Posts: 579
|
Will this work for iGuidance 2.0 also?
__________________
*******************************
*******************************
|
|
|
09-08-2004, 07:45 AM
|
#8
|
|
Newbie
Join Date: Jan 2004
Posts: 10
|
I guess you guys don't sleep in CA 
Where I can download the app and test it?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-08-2004, 08:46 AM
|
#9
|
|
Maximum Bitrate
Join Date: Apr 2004
Location: MI
Posts: 678
|
This is gonna be awesome, this is one feature that I thought Routis would really benefit from.
__________________
1.6GHz HP e-PC, 768MB RAM, 120GB WD HDD, Slim DVD-ROM, Onboard sound & video, 7" Lilliput, USB GPS Mouse, Audiovox FM Modulator, Vector 400 Watt Power Inverter, Windows XP Pro SP2, iGuidance 2, 15" Samsung LCD for the rear *Carputer not installed*
|
|
|
09-08-2004, 02:47 PM
|
#10
|
|
Maximum Bitrate
Join Date: Apr 2001
Location: Surrey, B.C. Canada
Posts: 619
|
PM me and I will host it for you. Lots of web space with nothing on it!
__________________
OrangeWhip? OrangeWhip? 3 OrangeWhips!!
www.whipflash.com
Finally a new Avatar!
|
|
|
09-08-2004, 04:10 PM
|
#11
|
|
Jesus Freak
Join Date: Jan 2004
Location: California
Posts: 4,272
|
I will test it on IGuadance 2.0
__________________
-Jesus- King of Kings Lord of Lords
|
|
|
09-08-2004, 06:30 PM
|
#12
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Code:
<P VAL="1">navigation view map</P>
<P VAL="2">navigation view guidence</P>
<p VAL="3">navigation voice up</P>
<p VAL="4">navigation voice down</P>
<P VAL="5">exit navigation</P>
<P VAL="6">open navigation</P>
<P VAL="7">close navigation</P>
<P VAL="8">navigation enter street name</P>
<P VAL="9">enter A</P>
<P VAL="10">enter B</P>
<P VAL="11">enter C</P>
<P VAL="12">enter D</P>
<P VAL="13">enter E</P>
<P VAL="14">enter F</P>
<P VAL="15">enter G</P>
<P VAL="16">enter H</P>
<P VAL="17">enter I</P>
<P VAL="18">enter J</P>
<P VAL="19">enter K</P>
<P VAL="20">enter L</P>
<P VAL="21">enter M</P>
<P VAL="22">enter N</P>
<P VAL="23">enter O</P>
<P VAL="24">enter P</P>
<P VAL="25">enter Q</P>
<P VAL="26">enter R</P>
<P VAL="27">enter S</P>
<P VAL="28">enter T</P>
<P VAL="29">enter U</P>
<P VAL="30">enter V</P>
<P VAL="31">enter X</P>
<P VAL="32">enter Y</P>
<P VAL="33">enter Z</P>
<P VAL="34">enter enter</P>
<P VAL="35">enter 0</P>
<P VAL="36">enter 1</P>
<P VAL="37">enter 2</P>
<P VAL="38">enter 3</P>
<P VAL="39">enter 4</P>
<P VAL="40">enter 5</P>
<P VAL="41">enter 6</P>
<P VAL="42">enter 7</P>
<P VAL="43">enter 8</P>
<P VAL="44">enter 9</P>
<p VAL="45">enter backspace</P>
<p VAL="46">navigation auto speed on</P>
<p VAL="47">navigation auto speed off</P>
<p VAL="48">enter space</P>
<p VAL="49">navigation set speed on</P>
<p VAL="50">navigation set speed off</P>
<p VAL="51">navigation set custom speed</P>
<p VAL="52">navigation quickest route</P>
<p VAL="53">navigation major route</P>
<p VAL="54">navigation shortest route</P>
<p VAL="55">navigation local route</P>
<p VAL="56">navigation reduce turns on</P>
<p VAL="57">navigation reduce turns off</P>
<p VAL="58">navigation include toll roads</P>
<p VAL="59">navigation exclude toll roads</P>
<p VAL="60">navigation include carpool</P>
<p VAL="61">navigation exclude carpool</P>
<p VAL="62">navigation heading up</P>
<p VAL="63">navigation north up</P>
<p VAL="64">navigation colors auto</P>
<p VAL="65">navigation colors day</P>
<p VAL="66">navigation colors night</P>
<p VAL="67">navigation guidance auto</P>
<p VAL="68">navigation guidance manuel</P>
<p VAL="69">navigation point of interest icons on</P>
<p VAL="70">navigation point of interest icons off</P>
<p VAL="71">navigation three d view 1</P>
<p VAL="72">navigation three d view 2</P>
<p VAL="73">navigation three d view 3</P>
<p VAL="74">navigation three d view off</P>
<p VAL="75">navigation cancel route</P>
<p VAL="76">navigation view route list</P>
<p VAL="77">navigation view gps info</P>
<p VAL="78">navigation view almanec</P>
<p VAL="79">navigation voice mute</P>
<p VAL="80">enter escape</P>
<p VAL="81">navigation voice full</P>
<p VAL="82">navigation enter city first</P>
<p VAL="83">navigation enter intersection</P>
<p VAL="84">enter up</P>
<p VAL="85">enter down</P>
<p VAL="86">enter left</P>
<p VAL="87">enter right</P>
<p VAL="88">navigation repeat last direction</P>
<p VAL="89">navigation enter favorites</P>
<p VAL="90">navigation enter recent</P>
<p VAL="91">navigation zoom in</P>
<p VAL="92">navigation zoom out</P>
<p VAL="93">navigation go to airport</P>
<p VAL="94">navigation go to bank</P>
<p VAL="95">navigation go to hospital</P>
<p VAL="96">navigation go to entertainment</P>
<p VAL="97">navigation go to gas station</P>
<p VAL="98">navigation go to hotel</P>
<p VAL="99">navigation go to parking</P>
<p VAL="100">navigation go to restauraunt</P>
<p VAL="101">navigation go shopping</P>
<p VAL="102">navigation by alphabet</P>
<p VAL="103">navigation by distance</p>
<p VAL="104">navigation by city</p>
<p VAL="200">navigation destination home</p>
<p VAL="201">navigation destination mark</p>
<p VAL="202">navigation destination school</p>
<p VAL="300">enter 76</p>
<p VAL="301">enter chevron</p>
<p VAL="302">enter bank of america</p>
<p VAL="303">enter los angeles</p>
<p VAL="304">enter west hollywood</p>
Teaser  Items 200 - 250 are destinations (complete adresses). Items 300-350 are just small parts of adresses, for example bank names, gas station names, and city names.
I PMed orangewhip about hosting.
ACleanSC4: Nope, not in my SC yet. I'm still working on getting it back to facotry spec (ordered in tank fuel sensor). Then I'll need to fix passenger power door lock. I'm waiting on the EPIA SP. Even if that comes out, I'd have to order the screen first (prob lilliput without opening up its case and voiding warranty by making a rectangular cover with a space for a screen, and holding the screen in place by L shaped parts coming out the back. I also plan to put in a slot loading dvd/cd-rw below the lilli).
|
|
|
09-08-2004, 06:38 PM
|
#13
|
|
Maximum Bitrate
Join Date: Apr 2001
Location: Surrey, B.C. Canada
Posts: 619
|
PMed you back with FTP details...
__________________
OrangeWhip? OrangeWhip? 3 OrangeWhips!!
www.whipflash.com
Finally a new Avatar!
|
|
|
09-08-2004, 06:40 PM
|
#14
|
|
I see dead kittens
Join Date: Dec 2003
Location: New York
Posts: 2,924
|
This sounds awesome, great work. I hope it works with IGuadance 2.0 as well, because thats what I'm most likely going to buy.
__________________
Installed
Asus A7N8X-VM - AMD Mobile Athlon 2400
512 Ram - 60GB HD - Opus 150w
Lilliput 7" - Rikaline 6010
[00000000000001100010-] 98% Completed
Check Out My Install!!!
|
|
|
09-08-2004, 06:45 PM
|
#15
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
The link
Get it here
Thanks to orangewhip for hosting the file. Included are 4 files. C and C Grammar.xml is where all of the voice commands are stored. Edit that file if you would rather say "computer navigation" instead of "open navigation" etc. Its also where you'll find all the commands available. names.ini is where small names are stored. voices.ini is where favorites are stored.
Forgot: I hardcoded the directory and name of routis to c:\program files\deluo\routis\routis.exe . I'll get it fixed soon (like later tonight hopefully).
From the screenshots, I don't think the POIs will work, since they have a different order, so you'll say go to bank and it will take you to an amusement park.
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:27 AM.
| |