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
...?
Try SetTimer and IsTimerExpired.
(both in your rep_ex function)
Quote from: YotamElal on Wed 02/03/2005 13:27:52displayspeechbackground doesn't play the speech sound???
Use the PlaySound command instead.
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
...
I generally use:
if (IsSpeechVoxAvailable()) PlaySound(whatever);
so that the background speehc goes away when the vox files does
THNX THats cool..