• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Can we get "audio finish" message?

yueliang

Member
Joined
Jul 29, 2022
Messages
56
Solutions
1
Reactions
9
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
 
Another approach could be to use Logic Bricks with a Delay and an EventAudioQueueEmpty brick
Wow! I didn't know there is Audio Queue related component in Logic Bricks!
Thank you for info! will try it.
 
Back
Top Bottom