Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
04-26-2005, 08:43 PM
|
#16
|
|
Admin. Don't bug or I'll byte.
Join Date: Sep 2004
Location: Corning, NY
Vehicle: 2001 VW Beetle
Posts: 4,557
|
How about the default is "Command recognized" and the user can make it say whatever he/she wants?
Sorry to report that the app didn't survive hibernation today! It's a little murky for me because the screen is folded close when I start the car. If it doesn't open, that may be because the computer hasn't resumed from hibernate yet or it could be because it hasn't survived hibernation.
I mucked with it a bit when I got home and it wasn't recognizing anything. Then, after I hit the edit settings and then save defaults it was working perfectly. I tried it a couple of times and then put it back to hibernate. I'll check again tomorrow morning to see if it survives sleep.
The spelling feature will be very cool. My kids often ask me to pull up specific songs while driving but I tell them I can't operate the software for searching while we're moving. Test it out in either Centrafuse or Frodoplayer to see if you can perform a search in those apps.
It would be super cool to be able to run a sequence like "Close FrodoSatX", "launch Frodoplayer", "Search", "G-R-E-E-N-D-A-Y", "Down", "Down", "Play", "Minimize", "Launch GPS".
|
|
|
04-26-2005, 09:30 PM
|
#17
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
the idea is.. you make an ini file like:
[iBug]
search=alt(s)+[spell]+{DOWN}{DOWN}}{ENTER}+[app]C:\program files\gps\gps.exe
you would say, "search, E A G L E S" then it would type Alt(s), EAGLES, down, down, enter, then open gps.
the way i have it coded now.. it will process all the command before [spell].. then wait for you to say "E A G L E S FINISHED", then it will process the commands after the [spell] tag.
As far as the response, I will have two options. One will be to respond with a phrase that is typed in by the user, and the other will be the command that was recognized. (or both at the same time)
|
|
|
04-26-2005, 09:31 PM
|
#18
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
It will work with frodo as long as frodo has hotkeys of some sort.
|
|
|
04-27-2005, 12:22 AM
|
#19
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Vehicle: 1995 Lexus SC300 1997 Mazda Miata
Posts: 10,763
|
Thanks for the code FunkDaMonkMan
How to survive hibernation: listen for the command to hibernate/standby. Pause recognition. Then after hibernation resume recognition.
|
|
|
04-27-2005, 10:06 AM
|
#20
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
Great! v1.3 will survive hibernation as well.
|
|
|
05-01-2005, 01:51 AM
|
#21
|
|
Newbie
Join Date: May 2004
Posts: 3
|
Hey FunkDaMonkMan Awesome APP, possible to minimize...?
Hey all, & FunkDaMonkMan
I currently have Bruno starting up when I start my carpc, but have tried everything to get it to minimize by itself at startup. I've tried a macro which automtically moves the mouse, left clicks & then it does the alt spacebar down 3 times to minimize it...with little luck. & have tried making the shorcut with "start minimized" option , but that didn't work. SO as it stands it will come up but the main choose .ini screen but it just stays there. I noticed when you click on the "?" for help that a vbSkinner by... shows up, so is that an issue with the actual skin / implementation with the frontend??
Maybe I need some vb pack installed???..not sure..
Other than that, the app is so easy to set up, (props to navivoice  , but this is for sure way easier to set up...to get winamp to play whatever group you want ..with the ease of a single line.. is great...!!
I didnt notice any one else posting on having the same prob., so maybe it's on my end....any input would be greatly appreciated!!
Peace out,
Mixmastersmike
|
|
|
05-01-2005, 02:53 AM
|
#22
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
No, as it is now, it will always start up maximized.
I will add an option to start it minimized.
v1.3 will have a settings menu because I am getting more and more of them.
I have just finished the spelling feature, and it works nicely.
Give me a couple days to have everything finished and tested.
Thanks,
Josh
|
|
|
05-01-2005, 03:21 AM
|
#23
|
|
Newbie
Join Date: Dec 2003
Location: Netherlands
Vehicle: 1999 Suzuki Swift 1.3 glx
Posts: 45
|
voiceflux
for the people who also want to try something else
|
|
|
05-01-2005, 10:16 AM
|
#24
|
|
Admin. Don't bug or I'll byte.
Join Date: Sep 2004
Location: Corning, NY
Vehicle: 2001 VW Beetle
Posts: 4,557
|
Yeah, minimize to system tray would be a great option. Once it survives hibernation, you ought not to have to mess with it directly unless you are adding or changing commands...and I'll put a voice command in to maximize it anyhow!
|
|
|
05-01-2005, 12:26 PM
|
#25
|
|
Newbie
Join Date: May 2004
Posts: 3
|
v1.3 / minimize vbcode
Cool, eagerly waiting for the updated version..
Not sure if this will help/work (or if you allready knew how to implement the minimize function)
object.MinimizedToBar [= true]
I think is the vb entry to get it to minimize.
Peace out,
Mixmastersmike
|
|
|
05-01-2005, 01:55 PM
|
#26
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
I'll just use frmMain.setwindowstate = vbminimized
and save that value in the settings INI file.
Talkback and the new settings layout are almost finished.
|
|
|
05-01-2005, 06:32 PM
|
#27
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
Finished.
I'll have it out tonight.
|
|
|
05-01-2005, 06:48 PM
|
#28
|
|
Admin. Don't bug or I'll byte.
Join Date: Sep 2004
Location: Corning, NY
Vehicle: 2001 VW Beetle
Posts: 4,557
|
Great! I'll be checking back for it!
|
|
|
05-01-2005, 10:19 PM
|
#29
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
sorry... i ment tomorrow.
I ran into a few errors.
Everything runs great when I run the program within VB though, so i'm enjoying it  .
|
|
|
05-01-2005, 10:44 PM
|
#30
|
|
Admin. Don't bug or I'll byte.
Join Date: Sep 2004
Location: Corning, NY
Vehicle: 2001 VW Beetle
Posts: 4,557
|
'sokay! I've been s-l-o-w-l-y coding and applescript front end for my upcoming Mac Mini install and I know how the details can set you back. Thanks for your work.
BTW, you might want to check out Frodo's new services announcement.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| 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:04 AM.
|
|