Audio Effect
Last updated
Last updated
Audio effects can enhance the immersion and fun of your game. BroAudio supports all the built-in effects of the Unity and allows dynamic adjustment of all parameters during gameplay.
To trigger an audio effect at runtime, you need to create an 'Effect' struct with the parameter values via the static factory methods. This data will be passed as a parameter to the SetEffect APIs.
Common use cases and API examples:
Bro Audio only offers two initial effects, but you can add more! However, since BroAudio has already set up a comprehensive audio mixer with numerous Exposed Parameters, editing it directly through Unity's Audio Mixer Window can be challenging.
Currently, BroAudio only provides one Effect track, so it's not possible to add different Effects to various sounds individually. More versatile and powerful Audio Effect features are still in development. Please be patient, and feel free to provide feedback, suggestions, or support to BroAudio, helping expedite the release of this feature.
Therefore, it's highly recommended to use the '' to add more effect. It lets you focus on the 'Effect' track and only displays the Exposed Parameters of the Audio Effects.