Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a check to wait for Audio Events to finish before continuing to the next event #2527

Open
cwchunwei opened this issue Feb 10, 2025 · 0 comments
Labels
Approved This can be added, but is not on any roadmap yet Feature✨

Comments

@cwchunwei
Copy link

cwchunwei commented Feb 10, 2025

Problem

Audio Events don't have the option to wait to finish currently.
If we want 2 audio events to play one after the other, we need to add a wait timer inbetween.

Solution

I would like to have the option to wait for audio events (Sound, Music(?), Voice) to be finished before going to the next event.

Context

One particular use case for me is when I want to have 2 audio events happening one after the other, and being able to not have to put wait timers would be great to decrease clutter, and minimize manual labor of finding out the duration of each sound and putting the wait timer.

@Jowan-Spooner Jowan-Spooner added Feature✨ Approved This can be added, but is not on any roadmap yet labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved This can be added, but is not on any roadmap yet Feature✨
Development

No branches or pull requests

2 participants