The MP3car.com Store The MP3car.com Store    

Sponsored links

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

Reply
 
LinkBack Thread Tools Display Modes
Old 10-09-2004, 01:53 AM   #31
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Fixed the macro bug were it would not reset (part of a bigger bug that caused the function to escape rather than just end loop (hey, I thought that "exit" was only for if commands))

I want to do something that when you give a comand it would focus on the window automatically (so if I say play, it should not relay that command to notepad).
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 10-09-2004, 08:54 AM   #32
FLAC
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,568
Quote: Originally Posted by 0l33l
I did find a bug... the timer won't reset if you use the macros.

About your problem: EACH key has to be separated by a comma (,) and end the VK_ keys in a (^) when you want to let go of them (otherwise NaviVoice will keep on holding the VK_ key forever). For example if I want to do CTRL + SHIFT + D I have to have it be "program_close454=VK_SHIFT,VK_CONTROL,D,^". Also, how'd u get multiple keys to work in Frodo? I can only do one key, so no Alt, Ctrl combos.

Ok.. A guestion about your NaviVoice.doc. Down where you give the list of comands you have:

VK_SHIFT 10 Shift key
VK_CONTROL 11 CTRL key

What do the numbers represent? I thought that those were part of the syntax no? I did have my command seperated by commas and ending with a ^ but I also had those numbers above in it. I will have to fix it and test today.

I got FrodoPlayer to search by using the program "Automate". With this program I basically set it up that when it sees the key presses "CTRL+SHIFT+D" to run a script. I setup the script so that it focuses on FrodoPlayer, moves the mouse to a specific location (the search button) in FP then left clicks, then move the mouse to the artist button and left click again.
__________________
Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 10-09-2004, 11:27 AM   #33
Clover
 
Grayscale's Avatar
 
Join Date: May 2004
Location: Arkansas
Posts: 1,549
Quote: Originally Posted by 0l33l
I'm back I'm a bit confused on #1.

He's saying also say the name of the command, not just the command number...basically also put what you have to say to recognize the command into the list beside the command number
Quote: Originally Posted by 0l33l
Exactly. If Frodo had an option for like search by artist as a keystroke then you could say "eminem" and it would find all the eminem songs, etc..

you'd have to put eminem in the command list, right?
Quote: Originally Posted by 0l33l
When you say "mic off" or "done" it will stop doing the actions associated to the commands. If I were to cut off the mic then it would not be able to hear "leelo" or "mic on".

A button on the main program that lets you toggle listen on/off maybe?


Damn i need to get my power supply in (gave my other to a friend) so i can start using this in my carpc! i want to try all this stuff out just haven't had time. i'd have a better understanding im sure with first hand experience
__________________
CarPC install is starting to come along again...
Grayscale is offline   Reply With Quote
Old 10-09-2004, 11:29 AM   #34
Clover
 
Grayscale's Avatar
 
Join Date: May 2004
Location: Arkansas
Posts: 1,549
Quote: Originally Posted by frodobaggins
I just thought of a solution for searching in frodoplayer for 1.09.
The functionality is already there.
You send a web request to frodoplayer, just like through a browser.
You would send it like this:

Code:
http://localhost:37635/FPCOMMAND?FND=SEARCHDUMPARTIST&ITEM=eminem

And just throw away the feedback. Can easily be done through api.

Frodo

I thought thats what the plan was all along

Thats what i thought the whole reason you made the FP web server for, right? so you could send requests to and from it for easy control via network and for easy integration with other programs?

oh and he doesn't do vb
__________________
CarPC install is starting to come along again...
Grayscale is offline   Reply With Quote
Old 10-09-2004, 01:00 PM   #35
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by tbird2340
Ok.. A guestion about your NaviVoice.doc. Down where you give the list of comands you have:

VK_SHIFT 10 Shift key
VK_CONTROL 11 CTRL key

What do the numbers represent? I thought that those were part of the syntax no? I did have my command seperated by commas and ending with a ^ but I also had those numbers above in it. I will have to fix it and test today.

I got FrodoPlayer to search by using the program "Automate". With this program I basically set it up that when it sees the key presses "CTRL+SHIFT+D" to run a script. I setup the script so that it focuses on FrodoPlayer, moves the mouse to a specific location (the search button) in FP then left clicks, then move the mouse to the artist button and left click again.

I don't know what the numbers represent but I know not to put them Today I want to add a sleep function to wait for the program to respond, and to add mouse location/click to the syntax.
Quote: Originally Posted by Grayscale
He's saying also say the name of the command, not just the command number...basically also put what you have to say to recognize the command into the list beside the command number

A button on the main program that lets you toggle listen on/off maybe?

Damn i need to get my power supply in (gave my other to a friend) so i can start using this in my carpc! i want to try all this stuff out just haven't had time. i'd have a better understanding im sure with first hand experience

Me still confused on #1 I could put a mute MIC button on the form, that should do the trick
Quote: Originally Posted by Grayscale
oh and he doesn't do vb

Exactly
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 10-09-2004, 06:01 PM   #36
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Quote: Originally Posted by Grayscale
oh and he doesn't do vb

If he can write in delphi, and read api, then he can understand the
example fine.

Frodo
__________________
FrodoPlayer.com
TeaBaggins.com
[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!
frodobaggins is online now   Reply With Quote
Old 10-09-2004, 07:36 PM   #37
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by frodobaggins
If he can write in delphi, and read api, then he can understand the
example fine.

Frodo

I used to program in VB6 so I can read it fine. It just goes to http://localhost:37635/FPCOMMAND?FND...ST&ITEM=stones. I'll make a small program that has a web browser and closes automatically for this
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 10-10-2004, 01:07 AM   #38
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Quote: Originally Posted by 0l33l
I used to program in VB6 so I can read it fine. It just goes to http://localhost:37635/FPCOMMAND?FND...ST&ITEM=stones. I'll make a small program that has a web browser and closes automatically for this

That's a lot of overhead for a command.
__________________
FrodoPlayer.com
TeaBaggins.com
[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!
frodobaggins is online now   Reply With Quote
Old 10-10-2004, 01:13 AM   #39
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by frodobaggins
That's a lot of overhead for a command.

What do you mean?

Updates: Finished doing sleep and mouse move and click functions for the macros. Also fixed bug were macros differed between the close program and the places functions (made it one function, ). Now going to do the focus on certain program function automatically.
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 10-10-2004, 01:20 AM   #40
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
I request a nice HOWTO and a manual. I can't figure half this stuff out.
__________________
FrodoPlayer.com
TeaBaggins.com
[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!
frodobaggins is online now   Reply With Quote
Old 10-10-2004, 02:28 AM   #41
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by frodobaggins
I request a nice HOWTO and a manual. I can't figure half this stuff out.

LOL. What would you rather have? More features that you can't figure out how to use or a manual? I perfer the features, and ask questions later Basically you have to learn how to cross-reference the .doc, .ini and .xml files to configure NaviVoice.
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 10-10-2004, 03:36 AM   #42
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Quote: Originally Posted by 0l33l
LOL. What would you rather have? More features that you can't figure out how to use or a manual? I perfer the features, and ask questions later Basically you have to learn how to cross-reference the .doc, .ini and .xml files to configure NaviVoice.

To tell the truth. I'd prefer you write some good documentation.
This is breaking my head
__________________
FrodoPlayer.com
TeaBaggins.com
[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!
frodobaggins is online now   Reply With Quote
Old 10-10-2004, 11:54 AM   #43
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by frodobaggins
To tell the truth. I'd prefer you write some good documentation.
This is breaking my head

What should be included in the documentation? Like how to set up the macros? Get voice conformation? Listening time? Open program upon command?
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 10-10-2004, 12:59 PM   #44
FLAC
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,568
All of the above.
__________________
Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 10-10-2004, 01:13 PM   #45
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by tbird2340
All of the above.

ok.
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l 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 Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Feature Requests Nic NeoCar Media Center 34 11-11-2004 05:27 PM
Feature Requests .... pretty please? Chita79 FrodoPlayer 24 11-04-2004 06:51 PM
Feature Requests frodobaggins FP Feature Requests 0 10-16-2004 02:51 AM
FP Feature Requests frodobaggins FrodoPlayer 171 10-15-2004 01:19 PM
OLD Feature Requests frodobaggins FrodoPlayer 91 06-12-2004 02:21 PM


All times are GMT -5. The time now is 04:15 PM.


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