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

Overlapping time audio cues won't work #7

Open
robertbryer opened this issue Oct 12, 2018 · 1 comment
Open

Overlapping time audio cues won't work #7

robertbryer opened this issue Oct 12, 2018 · 1 comment

Comments

@robertbryer
Copy link

If two audio cues are simultaneously active, it will cause problems with the default audio output - On a leaf node becoming inactive, the default audio output will be switched on, which will work when one leaf node is active but if two are, it will play the default output when the second is still active. Instead we should maintain a list of active leaf nodes, so we only turn on the default when 0 leaves are active. This might be lower priority to fix because although overlapping audio cues are allowed, they're a bit of an edge case.

@nigelmegitt
Copy link
Collaborator

I think we should prohibit overlapping audio cues by specification. To be confirmed as part of the community/working group activity.

@nigelmegitt nigelmegitt transferred this issue from another repository Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants