Can we get "audio finish" message?

yueliang

Member
Messages
53
Reactions
8
Points
8
Following is what Id like to achieve.
1.Start audio1
2.When audio1 is finished, set random timer
3.After random timer is ended, start audio2

I want to avoid overlap of audio1 and audio2, so I need to receive some sort of "audio1 completed" flag.

Is it possible to do such thing?

(What I really want to do is use AdamAnt5 lipsinc plugin and randomize several speech audio file. I already verified I can use lip sync with one audio file)
 
If you're on the latest VaM version you can use the built-in Lip Sync (Auto-behaviors) instead of the AdamAnt plugin.
 
If you're on the latest VaM version you can use the built-in Lip Sync (Auto-behaviors) instead of the AdamAnt plugin.
Yeah, I had a research and found that too, but unfortunately my version is bit old so I used above plugin.
But thanks anyway.
 
Yeah, I had a research and found that too, but unfortunately my version is bit old so I used above plugin.
But thanks anyway.
Another approach could be to use Logic Bricks with a Delay and an EventAudioQueueEmpty brick
 
Back
Top Bottom