Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 11-14-2007, 12:56 AM   #16
Maximum Bitrate
 
vicky_obee's Avatar
 
Join Date: Dec 2003
Posts: 524
vicky_obee is on a distinguished road
Hi is some 1 using this POWER voice....
can u pls help me coding for RR...
i did try a few times but not reaching any where.....
thnax
__________________
Commell LV-677 DC 6 x 6" Mother Board
2.6 GHz; 1 Gb Ram
120 Gb Laptop HD
7" InDash Xenarc MTD - X7000 Screen
Gyration Mouse ; GPS Mouse ; ELM Scan ; TPMS
Parrot MK 6000 & iPhone
----------
Re done the carputer...Into the Glove Box !!
vicky_obee is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-23-2007, 04:58 PM   #17
Low Bitrate
 
ajscomp372's Avatar
 
Join Date: Mar 2006
Location: Buffalo, NY
Posts: 102
ajscomp372 is on a distinguished road
Quote: Originally Posted by vicky_obee View Post
Hi is some 1 using this POWER voice....
can u pls help me coding for RR...
i did try a few times but not reaching any where.....
thnax

You have to use RR SDK commands in VBScript. For example,
Code:
Function NextTrack() Set SDK = CreateObject("RoadRunner.SDK") SDK.Execute "RRNEXT" End Function

Then call the function NextTrack() from PowerVoice.

Any word yet from anyone on how to do the menu tree as I mentioned before? I haven't been able to figure it out, and I've tried about a million different ways. Any help 0l33l?
ajscomp372 is offline   Reply With Quote
Old 11-24-2007, 04:58 AM   #18
Maximum Bitrate
 
vicky_obee's Avatar
 
Join Date: Dec 2003
Posts: 524
vicky_obee is on a distinguished road
thanx.....
but appently i dont understand the SDK use also.....
and for sure looks like 0l33l has either given up this project or in not too keen on get people to utilise it fully ( no help from him what so ever )
__________________
Commell LV-677 DC 6 x 6" Mother Board
2.6 GHz; 1 Gb Ram
120 Gb Laptop HD
7" InDash Xenarc MTD - X7000 Screen
Gyration Mouse ; GPS Mouse ; ELM Scan ; TPMS
Parrot MK 6000 & iPhone
----------
Re done the carputer...Into the Glove Box !!
vicky_obee is offline   Reply With Quote
Old 11-25-2007, 12:54 AM   #19
Low Bitrate
 
ajscomp372's Avatar
 
Join Date: Mar 2006
Location: Buffalo, NY
Posts: 102
ajscomp372 is on a distinguished road
Just go into powervoice config, and add that function under the rest of the code. Then go to grammar builder, make a root node with say = next and action = (just nothing for action). Then make a subnode of the root with action = NextTrack(). It took me a while to figure it out, too, but it's actually very easy. Too bad it's sort of been abandoned. I really would have liked to know how to create the tree menu.
ajscomp372 is offline   Reply With Quote
Old 01-29-2008, 01:38 PM   #20
Low Bitrate
 
Bullwinkle777's Avatar
 
Join Date: Mar 2005
Location: Waynesville, Ohio
Posts: 75
Bullwinkle777 is on a distinguished road
This seems to be a dead thread, but I'll post anyway. Some help with this would be great. There is a lot of us out here that aren't programers and we need help with that part. So 0l33l, please help. From what I have read this seems to be a great program and I would love to give it a try, but without anyone to go to with questions I'm holding back.
Bullwinkle777 is offline   Reply With Quote
Old 03-15-2008, 01:38 PM   #21
Variable Bitrate
 
kelmk's Avatar
 
Join Date: Aug 2007
Location: SF
Posts: 383
kelmk is an unknown quantity at this point
I would love to try this but if there is no one helping answer questions that I don't think I'll jump in.
Anyone know of any other voice control software?
kelmk is offline   Reply With Quote
Old 04-15-2009, 05:30 PM   #22
Newbie
 
Join Date: Nov 2005
Location: Greece/Thessaloniki
Posts: 10
NickL is on a distinguished road
Hi!
Don't know if the project is still alive but I have a couple things to mention.

I think the "save" function of both grammar and config is a bit buggy.
In config the xml is not always saved and in grammar most of the times, many of the commands are deleted and I have to keep a backup of a previous edit. Now I do it manually from notepad.

On other thing I want, is to call the "hotkey name" and powervoice to respond something back. For example, if I set the hotkey name to "monica" and also add this name in grammar, speech recognition doesn't work.

And finally, powervoice cannot speak greek. Although I have a greek text-to-speech engine installed, powervoice pops a message about invalid characters pointing the greek ones.

Any update would be appreciated.
NickL is offline   Reply With Quote
Old 05-15-2009, 09:49 PM   #23
Maximum Bitrate
 
Join Date: Nov 2005
Posts: 591
Iceman_jkh is on a distinguished road
Hope this isnt dead.
Its a great concept and the app nearly has all the features you could want!
Iceman_jkh is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-16-2009, 01:05 AM   #24
Low Bitrate
 
ajscomp372's Avatar
 
Join Date: Mar 2006
Location: Buffalo, NY
Posts: 102
ajscomp372 is on a distinguished road
RIP Powervoice...
ajscomp372 is offline   Reply With Quote
Old 05-16-2009, 11:08 AM   #25
Newbie
 
Join Date: Mar 2006
Posts: 49
sandworm is on a distinguished road
Here's some autoit3 code that I use to address powervoice not starting up in listening mode:

start.au3
Code:
sleep(5000) run("PowerVoice.exe") winwait("PowerVoice") sleep(1000) ControlClick ("PowerVoice","","TreeView to SAPI") winsetstate("PowerVoice","",@SW_SHOWMINIMIZED)

the 5 second delay on start is to help avoid some directsound errors I was getting.. probably from starting SAPI before it was ready.

close.au3
Code:
winclose("PowerVoice") winwaitclose("PowerVoice")

to address the problem with PV crapping out on suspend/hibernate-resume I added these lines to RR's ExecTBL.ini so it closes PV on suspend and reopens it on resume.
Code:
"ONSUSPEND","RUNQ;c:\progra~1\powervoice_v1\close.exe" "ONRESUME","RUNQ;c:\progra~1\powervoice_v1\start.exe"

sandworm 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
V1 Virtual Display : Skinnable Valentine One to PC Software zPilott Software & Software Development 81 10-31-2009 08:19 PM
Valentine One to a PC Jammer User Innovations 338 06-21-2009 01:22 PM
Valentine V1 DangerousDan Wiki Discussion Threads 4 10-25-2007 07:43 PM
[Release] GammaControl v1.2 0l33l GammaControl 64 07-31-2005 03:16 AM
V1 connected to the carputer? blaster General Hardware Discussion 25 12-15-2003 10:05 AM



All times are GMT -5. The time now is 02:10 AM.


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