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 support for starting sounds for music packs #11

Open
EMERALD0874 opened this issue Aug 30, 2022 · 1 comment
Open

Add support for starting sounds for music packs #11

EMERALD0874 opened this issue Aug 30, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@EMERALD0874
Copy link
Collaborator

This can be accomplished by playing a starting sound file once and playing the looping sound file "infinitely" once the starting sound file has been completed. I forget if there is a way for us to listen for such an event, but it would be good for certain situations (ex. the Wii menu has a short jingle when opened but it may not be optimal for this to play as a modal open sound effect).

@EMERALD0874 EMERALD0874 added the enhancement New feature or request label Aug 30, 2022
@beebls beebls added the help wanted Extra attention is needed label Oct 9, 2022
@beebls
Copy link
Collaborator

beebls commented Oct 9, 2022

Adding help wanted label as I'd appreciate suggestions on how to do this.

Currently my only train of thought is to play the starting sound, set a timeout for the length of the audio clip, and then play the infinetely looping song.

If there is a way to be notified when a sound ends that would simplify this hugely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants