displayspeechbackground with speech sound in background

Started by YotamElal, Wed 02/03/2005 13:27:52

Previous topic - Next topic

YotamElal

displayspeechbackground with speech sound in background

displayspeechbackground doesn't play the speech sound???
problem.

I want someone to say somthing every 60 seconds but I don't want to wait
...?

Radiant

Try SetTimer and IsTimerExpired.
(both in your rep_ex function)

Ubel

Quote from: YotamElal on Wed 02/03/2005 13:27:52displayspeechbackground doesn't play the speech sound???

Use the PlaySound command instead.

YotamElal

Pablo:
Thankyou
I can't us playsound instead beacueas I want the speech dialog.
So I used them both and it works fine!

DisplayBackgroundSpeech Doesn't Play The Speech Sound.
So all you need to do is PlaySound right after it.


Radiant:
I didn't have a problem with making a loop.
I had a problem of :
displayspeechbackground with speech sound in background
...



SSH

I generally use:

if (IsSpeechVoxAvailable()) PlaySound(whatever);

so that the background speehc goes away when the vox files does
12

YotamElal

THNX THats cool..

SMF spam blocked by CleanTalk