|
 |
|
08-22-2005, 02:58 PM
|
#1
|
|
Low Bitrate
Join Date: Aug 2004
Location: uk
Posts: 97
|
Has anyone voice controlled frodo yet
Has anyone made the ini commands to control Frodo player and mapmonkey as I am struggling with this. I have tried using the other speech programs on this site but navivoice seems to be the only one to work for me (straight out of the box)with the commands that are already there but these are not just made for frodo and mapmonkey.
I can alter the xml document using notepad but how do you create a macro to control these programs.
Last edited by rickyaswell; 08-22-2005 at 03:57 PM.
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
08-22-2005, 10:07 PM
|
#2
|
|
Constant Bitrate
Join Date: Jun 2004
Location: St. Louis Mo.
Posts: 133
|
if someone does let me know also
__________________
"A rose by any other name is still a flower"
|
|
|
08-22-2005, 10:43 PM
|
#3
|
|
Admin. Don't bug or I'll byte.
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,143
|
How hard is this? I used Bruno Speech Recognition to voice control Frodoplayer. The editor makes it easy and all you need to do is look at the keyboard commands and program them into Frodo.
I don't recall, but the road runner configs are on the BSR forum and maybe FP are too. It's pretty straightforward.
|
|
|
08-23-2005, 02:50 AM
|
#4
|
|
Low Bitrate
Join Date: Aug 2004
Location: uk
Posts: 97
|
Its easy once you know how.Just not worked out how yet
|
|
|
08-23-2005, 03:45 AM
|
#5
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
To get it to work with Frodo, just look in the INI and change the program_name406=C:\Program Files\Road Runner\rr.exe to your frodo directory.
|
|
|
08-23-2005, 06:27 AM
|
#6
|
|
Low Bitrate
Join Date: Aug 2004
Location: uk
Posts: 97
|
Like from this
[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
to this
[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\FrodoPlayer\FrodoPlayer.EXE
program_name454=c:\WINDOWS\system32\notepad.exe
|
|
|
08-23-2005, 03:19 PM
|
#7
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by rickyaswell
Like from this
[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
to this
[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\FrodoPlayer\FrodoPlayer.EXE
program_name454=c:\WINDOWS\system32\notepad.exe
Yes 
And if you use iguidance then program_name400 should be the iG location
|
|
|
08-23-2005, 05:57 PM
|
#8
|
|
Admin. Don't bug or I'll byte.
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,143
|
If you decide to try BSR, there is a button called "Frodoplayer" that presents you with preprogrammed buttons for FP like this. Exit is on the second column, second from the bottom.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-23-2005, 07:47 PM
|
#9
|
|
Low Bitrate
Join Date: Aug 2004
Location: uk
Posts: 97
|
so far so good i can now get some of the commands to work in frodo.
1.Does it matter if you change skins or is it using keyboard commands, but it would affect macros.
2. How and when would you create a macro.I know it uses y and x for the position of a button you want to press but how do you save this and use it.
|
|
|
08-23-2005, 09:43 PM
|
#10
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by rickyaswell
so far so good i can now get some of the commands to work in frodo.
1.Does it matter if you change skins or is it using keyboard commands, but it would affect macros.
2. How and when would you create a macro.I know it uses y and x for the position of a button you want to press but how do you save this and use it.
Yes, it matters if you change skins for mouse definitions, but keyboard commands will still work fine.
There are a few examples of macros in the INI file
|
|
|
08-24-2005, 03:48 AM
|
#11
|
|
Low Bitrate
Join Date: Aug 2004
Location: uk
Posts: 97
|
Spoon feeding
Me again
Dont know what this does but its in the ini file and seems to point to my right hand side bottom of the screen in my task bar.
program_close454=SETMOUSEPOS[1218;1014],VK_LBUTTON,^,VK_LBUTTON,^
Is this a macro,if so is this how you create a macro and get it to respont to voice command.
|
|
|
08-24-2005, 04:18 AM
|
#12
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by rickyaswell
Me again
Dont know what this does but its in the ini file and seems to point to my right hand side bottom of the screen in my task bar.
program_close454=SETMOUSEPOS[1218;1014],VK_LBUTTON,^,VK_LBUTTON,^
Is this a macro,if so is this how you create a macro and get it to respont to voice command.
Set it up in the INI under the NAMES section. Have the XML number value correspond ot the NAMES number value.
|
|
|
09-11-2005, 12:09 PM
|
#13
|
|
Low Bitrate
Join Date: Aug 2004
Location: uk
Posts: 97
|
Could some one show me some examples of macros with some fictitious
X and Y co-ordinates. Please show me where to put them in the ini ,hml file so i can put my own co-ordinates in.
I want to use it on frodo and mapmonkey. Thanks
|
|
|
09-11-2005, 08:16 PM
|
#14
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by rickyaswell
Could some one show me some examples of macros with some fictitious
X and Y co-ordinates. Please show me where to put them in the ini ,hml file so i can put my own co-ordinates in.
I want to use it on frodo and mapmonkey. Thanks
Frodo and map monkey are natively supported. So you won't need to use MACROs on them.
|
|
|
09-12-2005, 03:16 AM
|
#15
|
|
Low Bitrate
Join Date: Aug 2004
Location: uk
Posts: 97
|
So it does,just have to look at all the commands to work out what is for frodo and map monkey.
Just like to say it works well and thanks,if i can get it to work anyone can.
Just one more thing,I like to change some of the words that it says to me like listening to something else but it says the new word then goes dong(the error sound).Why is this?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| 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 11:08 PM.
| |