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 interactive music support #64488

Merged
merged 1 commit into from
Mar 13, 2024

Commits on Mar 12, 2024

  1. Add interactive music support

    This PR adds 3 types of audio streams used for interactive music support.
    
    * AudioStreamInteractive: Allows setting several sub-streams and transition between them with many options.
    * AudioStreamPlaylist: Allows sequential or shuffled playback of a list of streams.
    * AudioStreamSynchronized: Allows synchronous playback of several streams, the volume of each can be controlled.
    
    Theese three stream types can be combined to create complex, layered interactive music and transitions between them, similar to software such as WWise.
    reduz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    43b78cd View commit details
    Browse the repository at this point in the history