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

Support Ducking on AudioStreamRandomizer #7

Open
avanwinkle opened this issue Jul 1, 2024 · 0 comments
Open

Support Ducking on AudioStreamRandomizer #7

avanwinkle opened this issue Jul 1, 2024 · 0 comments

Comments

@avanwinkle
Copy link
Contributor

GMC currently does not support ducking audio that is being played from an AudioStreamRandomizer node because ducking requires knowledge of the duration of the audio stream and AudioStreamRandomizer does not expose the randomly-selected stream.

There is a PR open (godotengine/godot#88437) to expose the stream, and if/when that merges and is released, the ducking code will be able to retrieve the stream and duck it appropriately.

This ticket is to track the progress of that PR and update the ducking after it merges.

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

1 participant