The NEW Build Your Own Arcade Controls

Software Support => PowerMAME => Topic started by: southpaw13 on April 13, 2006, 08:38:25 am

Title: PowerMame 105.0.1 on Mike's site!
Post by: southpaw13 on April 13, 2006, 08:38:25 am
105 popped up...
Great work Mike!
Title: Re: PowerMame 105 on Mike's site!
Post by: MikeQ on April 13, 2006, 09:39:24 am
I've done very little testing so treat this as a beta.  I don't have a lot of time right now to keep up with the forums so email any bug issues to mikeq@unappliedbraincells.com.

The PowerMAME part is fairly well tested since it is basically 104.2.0.  However, I haven't tested the PowerMAME features again since the merge with 105.  I ran a couple games and everything seemed fine but didn't spend more than 15-20 minutes with it.

There is also a new video of the speech feature on the demos page.
Title: Re: PowerMame 105 on Mike's site!
Post by: mccoy178 on April 13, 2006, 10:20:49 am
Holy crap!  That voice feature is amazing! :notworthy: :notworthy: :notworthy: :notworthy: :notworthy:
Title: Re: PowerMame 105 on Mike's site!
Post by: southpaw13 on April 13, 2006, 10:25:48 am
Just an FYI, I believe the Speech only works on Win XP systems.
Title: Re: PowerMame 105 on Mike's site!
Post by: MikeQ on April 13, 2006, 10:52:21 am
Just an FYI, I believe the Speech only works on Win XP systems.

I haven't tried but you should be able to install the SAPI5 SDK on any Windows OS and the speech stuff will work.   Windows XP has SAPI5 support already installed.

Also, if you install the SAPI5 SDK, you will get additional voices that aren't installed on a base installation of Windows XP.

you can get the SAPI5 downloads here:

http://www.microsoft.com/speech/download/sdk51/
Title: Re: PowerMame 105 on Mike's site!
Post by: squirrellydw on April 13, 2006, 10:54:57 am
Holy crap!  That voice feature is amazing! :notworthy: :notworthy: :notworthy: :notworthy: :notworthy:

Haven't used it yet, but the video looks great.  I assume you can use any button to activate it right?  I can't wait till my cocktail table is done to try everything out.  Great Job Mike.
Title: Re: PowerMame 105 on Mike's site!
Post by: mr.Curmudgeon on April 13, 2006, 10:55:53 am
Dear MikeQ:   :applaud:   :applaud:   :applaud:

- The speech feature is AAAAAAAAAAAAAAAAAAWESOME!

One question: Can the voice be synched so that it's speaking the control name *while* the button is lit (as opposed to 1 sec after it)?

Would that just be a matter of designing your own LWA file for the button announcement?

mrC
Title: Re: PowerMame 105 on Mike's site!
Post by: MikeQ on April 13, 2006, 11:34:59 am
Dear MikeQ:   :applaud:   :applaud:   :applaud:

- The speech feature is AAAAAAAAAAAAAAAAAAWESOME!

One question: Can the voice be synched so that it's speaking the control name *while* the button is lit (as opposed to 1 sec after it)?

Would that just be a matter of designing your own LWA file for the button announcement?

mrC

The control name is spoken, then the control flashes.   It must be done this way because the speech is blocking.  I could light the control first (no flashing, just static) and then speak the name but you would loose the flash.  I could also light the control speak the name and the flash.
Title: Re: PowerMame 105 on Mike's site!
Post by: Brewser on April 13, 2006, 02:45:37 pm
Holy crap!  That voice feature is amazing! :notworthy: :notworthy: :notworthy: :notworthy: :notworthy:
What is the voice feature? I PowerMame and noticed this as a setting but what is it? I am not sure what it does because I don't hear any speech.
Title: Re: PowerMame 105 on Mike's site!
Post by: MikeQ on April 13, 2006, 02:49:12 pm
Holy crap!  That voice feature is amazing! :notworthy: :notworthy: :notworthy: :notworthy: :notworthy:
What is the voice feature? I PowerMame and noticed this as a setting but what is it? I am not sure what it does because I don't hear any speech.

Hit the pause button.  PowerMAME will speak the arcade accurate name for each control while it flashes the control.
Title: Re: PowerMame 105 on Mike's site!
Post by: mr.Curmudgeon on April 13, 2006, 03:24:26 pm
The control name is spoken, then the control flashes.   It must be done this way because the speech is blocking.  I could light the control first (no flashing, just static) and then speak the name but you would loose the flash.  I could also light the control speak the name and the flash.

I'll have to take your word on that! :) I have no idea about the programming and signaling involved. If by lighting the control first *then* speaking the name, could the button to be lit *while* it's control function is being spoken, then maybe that would be my suggested preference.

From an instructional standpoint, if you *miss* the flash, and only hear the control spoken, you'd either have to listen to the controls over again or face making an erroneous assumption about it's function. ie: I think it would be most efficient to have the button lit solidly, while the control is spoken.

I may be completely misunderstanding what you've said, so bear with me.  ;)

mrC
Title: Re: PowerMame 105 on Mike's site!
Post by: MikeQ on April 13, 2006, 03:37:00 pm
The control name is spoken, then the control flashes.   It must be done this way because the speech is blocking.  I could light the control first (no flashing, just static) and then speak the name but you would loose the flash.  I could also light the control speak the name and the flash.

I'll have to take your word on that! :) I have no idea about the programming and signaling involved. If by lighting the control first *then* speaking the name, could the button to be lit *while* it's control function is being spoken, then maybe that would be my suggested preference.

From an instructional standpoint, if you *miss* the flash, and only hear the control spoken, you'd either have to listen to the controls over again or face making an erroneous assumption about it's function. ie: I think it would be most efficient to have the button lit solidly, while the control is spoken.

I may be completely misunderstanding what you've said, so bear with me.  ;)

mrC


No, you got it.  If I light the control before speaking, it will remain lit through the speech.  It doesn't require constant communication with the LEDWiz to keep the control lit.

I'll test this idea out and see how it looks.
Title: Re: PowerMame 105 on Mike's site!
Post by: MikeQ on April 14, 2006, 10:49:19 pm
The control name is spoken, then the control flashes.   It must be done this way because the speech is blocking.  I could light the control first (no flashing, just static) and then speak the name but you would loose the flash.  I could also light the control speak the name and the flash.

I'll have to take your word on that! :) I have no idea about the programming and signaling involved. If by lighting the control first *then* speaking the name, could the button to be lit *while* it's control function is being spoken, then maybe that would be my suggested preference.

From an instructional standpoint, if you *miss* the flash, and only hear the control spoken, you'd either have to listen to the controls over again or face making an erroneous assumption about it's function. ie: I think it would be most efficient to have the button lit solidly, while the control is spoken.

I may be completely misunderstanding what you've said, so bear with me.  ;)

mrC


No, you got it.  If I light the control before speaking, it will remain lit through the speech.  It doesn't require constant communication with the LEDWiz to keep the control lit.

I'll test this idea out and see how it looks.

I made this change.  I flash the control before speaking and then leave it on through the speech sequence.  It is up on site as a new version 105.0.1
Title: Re: PowerMame 105.0.1 on Mike's site!
Post by: mr.Curmudgeon on April 14, 2006, 11:18:45 pm
You rock!   :cheers:


mrC