Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Support Software > PowerVoice


Reply
 
Share Thread Tools Display Modes
Old 02-24-2005, 03:25 AM   #1
Constant Bitrate
 
cdevelasco's Avatar
 
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
cdevelasco is on a distinguished road
Question Road RUnner and Navi Voice

Hello, I've played a litle with the program and LOVE it. I am using Road RUnner at the moment, and it seems to work fine. I'm just not sure what are all the commands available for road runner are (is there a list???). In any case I was hoping you could help me out. I want to be able to navigate through Road Runner through Voice command. I can get it to go to my play list though the "change to list" command. However is there a command to go back to the Main Menu page. If not, how exactly can I do this? is it through a macro? could you please help me out, I've read the XML, ini and Html file, but i'm sorry to say I'm still quite a bit confused. Basically how can I build a comand so Road runner will go back to the Main menu (opening page) whenever I say that command? Thank you Very much in advance


p.s. how exactly did you implement the "play", "stop", "next song" comands???, I see them in the xml file, but not in the ini.
cdevelasco is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 02-24-2005, 03:31 AM   #2
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by cdevelasco
Hello, I've played a litle with the program and LOVE it. I am using Road RUnner at the moment, and it seems to work fine. I'm just not sure what are all the commands available for road runner are (is there a list???). In any case I was hoping you could help me out. I want to be able to navigate through Road Runner through Voice command. I can get it to go to my play list though the "change to list" command. However is there a command to go back to the Main Menu page. If not, how exactly can I do this? is it through a macro? could you please help me out, I've read the XML, ini and Html file, but i'm sorry to say I'm still quite a bit confused. Basically how can I build a comand so Road runner will go back to the Main menu (opening page) whenever I say that command? Thank you Very much in advance


p.s. how exactly did you implement the "play", "stop", "next song" comands???, I see them in the xml file, but not in the ini.

Menu is not implemented It'll be in the next version

The commands in the INI file are the response to when it hears commands in the XML file.
0l33l is offline   Reply With Quote
Old 02-24-2005, 06:39 PM   #3
Constant Bitrate
 
cdevelasco's Avatar
 
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
cdevelasco is on a distinguished road
cool ca'nt wait for the next release then. Any way I can program the menu Item myself? using hte xml and ini???
thanks
cdevelasco is offline   Reply With Quote
Old 02-24-2005, 07:04 PM   #4
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by cdevelasco
cool ca'nt wait for the next release then. Any way I can program the menu Item myself? using hte xml and ini???
thanks

You could if he had keyboard support.
0l33l is offline   Reply With Quote
Old 02-24-2005, 07:12 PM   #5
Constant Bitrate
 
cdevelasco's Avatar
 
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
cdevelasco is on a distinguished road
can't I do it using the

Do SETMOUSEPOS[X;Y] to set the mouse position
Do VK_LBUTTON to left click

commands. Say I am in the music playlist page, can I make a voice command that uses the SETMOUSE[X;Y] to place it over the button that takes you to the main page and then use the VK_LBUTTON to click the actual button and thats it, this would take me to the main menu. Is this possible? if so how?
thanks,
cdevelasco is offline   Reply With Quote
Old 02-24-2005, 07:24 PM   #6
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by cdevelasco
can't I do it using the

Do SETMOUSEPOS[X;Y] to set the mouse position
Do VK_LBUTTON to left click

commands. Say I am in the music playlist page, can I make a voice command that uses the SETMOUSE[X;Y] to place it over the button that takes you to the main page and then use the VK_LBUTTON to click the actual button and thats it, this would take me to the main menu. Is this possible? if so how?
thanks,

It's possible with the macros, BUT you would have to have the reutrn buttons be in the same place.
0l33l is offline   Reply With Quote
Old 02-24-2005, 07:59 PM   #7
Constant Bitrate
 
cdevelasco's Avatar
 
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
cdevelasco is on a distinguished road
thats no problem I can edit my skins to have the return button on the same place. OR I could just have a couple return button macros. 1 for the audio, one for gps, one for dvd etc. I just wanted to know if I could use macros to implement this function. Now I know i've been annoying enough.. buit could I bother you with a quick example of how to build such a macro?
thanks
cdevelasco is offline   Reply With Quote
Old 02-24-2005, 08:08 PM   #8
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by cdevelasco
thats no problem I can edit my skins to have the return button on the same place. OR I could just have a couple return button macros. 1 for the audio, one for gps, one for dvd etc. I just wanted to know if I could use macros to implement this function. Now I know i've been annoying enough.. buit could I bother you with a quick example of how to build such a macro?
thanks

There are a few macros in the INI file
0l33l is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-24-2005, 10:36 PM   #9
Constant Bitrate
 
cdevelasco's Avatar
 
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
cdevelasco is on a distinguished road
trying to make a macro

Ok well I've tried to make my own macro to push the return/go back button, but it doesn't do anything. I can see the navi voice console recognizes the command because it echos its number back. this is what I have in my xml file

<p val="307">go back</p>

and this is what I have in my ini file

program_close307=SETMOUSEPOS[760;543],VK_LBUTTON,^

did I set this up correctly?

thanks
cdevelasco is offline   Reply With Quote
Old 02-24-2005, 10:38 PM   #10
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by cdevelasco
Ok well I've tried to make my own macro to push the return/go back button, but it doesn't do anything. I can see the navi voice console recognizes the command because it echos its number back. this is what I have in my xml file

<p val="307">go back</p>

and this is what I have in my ini file

program_close307=SETMOUSEPOS[760;543],VK_LBUTTON,^

did I set this up correctly?

thanks

No. change program_close307= to name307=. Also put it in the proper category.
0l33l is offline   Reply With Quote
Old 02-24-2005, 10:49 PM   #11
Constant Bitrate
 
cdevelasco's Avatar
 
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
cdevelasco is on a distinguished road
IT WORKS!!!! this aint so hard after all (well.....after spending hours studying all about it... he hehe) thanks for getting back to me so quickly.... I think i'm hooked on this program...
cdevelasco is offline   Reply With Quote
Old 02-24-2005, 10:53 PM   #12
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by cdevelasco
IT WORKS!!!! this aint so hard after all (well.....after spending hours studying all about it... he hehe) thanks for getting back to me so quickly.... I think i'm hooked on this program...

Great!
0l33l is offline   Reply With Quote
Old 02-24-2005, 11:12 PM   #13
Constant Bitrate
 
cdevelasco's Avatar
 
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
cdevelasco is on a distinguished road
ok now I just added a command to go to the music player screen. LOVE IT!
anyways, just a quick question, what is the conformation on and conformation off comands for?
thanks
cdevelasco is offline   Reply With Quote
Old 02-24-2005, 11:45 PM   #14
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by cdevelasco
ok now I just added a command to go to the music player screen. LOVE IT!
anyways, just a quick question, what is the conformation on and conformation off comands for?
thanks

Response on/off.
0l33l is offline   Reply With Quote
Old 03-06-2005, 05:04 PM   #15
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
I have finally some time to play with all these fun toys...

I can't get navivoice to open RR
-it says opening...
shows correct command #
but no action
paths are correct...

[programs]
program_name1=
program_name400_rout=c:\Program Files\Deluo\Routis\Routis.exe
[program_name400_ig=c:\Program Files\iNav\iGuidance\iGuidance.exe]
[program_name400=C:\DestinatorApps\Map Monkey\MapMonkey.exe]
[program_name406_FP=C:\Program Files\FrodoPlayer\FrodoPlayer.EXE]
program_name406=C:\Program Files\Road Runner\rr.exe
program_name454=c:\WINDOWS\system32\notepad.exe

program_directory1=
program_directory400=c:\Program Files\Deluo\Routis\
program_directory406=C:\Program Files\Road Runner\


Also I have started to play with Nlite XP for my car and finally got my first build working...but I can't get NaviVoice to run...do you know what you need...I thought that I left what was needed but no go...

I have all the correct files cause I intalled that same ones on my desktop and it works...

Some help PLS
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor

Last edited by Blue ZX3; 03-06-2005 at 05:08 PM.
Blue ZX3 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




All times are GMT -5. The time now is 08:26 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics