Version
menu_open

Building Actor-Mixer Hierarchy Tips and Best Practices

You have a great deal of flexibility in creating your hierarchical structure in Wwise. Adopting a coherent strategy at the beginning of a project can save you time and effort later on. Of course, there are multiple ways to approach any audio project; these are some concepts to consider to help you achieve the best results for your game.

Grouping Objects in the Actor-Mixer Hierarchy

Before you start building your hierarchy you need to think about the best way to organize your objects to save authoring time, but also to manage your project's memory consumption. Depending on what you are planning to do, here are some suggestions about how you can group different objects efficiently in your project.

The Actor-Mixer is the ultimate memory and CPU saver because some of the Actor-Mixer's properties, such as positioning and RTPCs, are shared by all of its child objects. So when you are considering how to organize your objects, think about grouping objects under Actor-Mixers to:

  • Share property settings so they are processed only once.

  • Limit overrides to avoid processing the overrides for each object.

[Caution] Caution

Effects applied at the Actor-Mixer level is an efficient way to apply the Effect but will not save CPU usage. When you apply an Effect at the Actor-Mixer level, an instance of the Effect is applied to all child objects. The effect is processed for each object in real time and can therefore take up a great deal of CPU.

To optimize memory usage, consider grouping objects into Actor-Mixers to share the following properties:

  • Positioning

  • RTPCs

  • States

  • Randomizers

Let's say you have an Actor-Mixer containing 10 sounds and you want to set the sound positioning to 3D. You could set the sounds individually to 3D by using the override parent option for each sound. However, doing it this way uses 10 times more memory at run time than if you had set the Actor-Mixer positioning properties to 3D. Now if you wanted some of the sounds to be panned, you would still be optimizing memory if you set the Actor-Mixer's positioning to 3D Emitter. In this case you would override the Actor-Mixer and apply panning to the specific sounds because panned sounds do not require additional memory.

While the Actor-Mixer is usually your best choice, in certain situations, you can decide to apply properties in containers to optimize memory consumption. If, for example, you are only applying positioning to specific objects within a container, for example footstep sounds in a Random Container, you could save memory by applying the positioning properties to the container and not to the parent Actor-Mixer. If, however, you want all the objects in the structure to share the positioning properties, you would apply these at the Actor-Mixer level.

Grouping Objects - Example

Let's have a look at how you can group objects in an Actor-Mixer effectively using some of the concepts we have just discussed. In this example you are working with dialogue assets for your game. Some of the assets will be used as character voices and others for radio communications. You could group these under a Dialogue Actor-Mixer because you know that you want your dialogue to share properties such as volume, for example.

Now that you have set your volume for the Actor-Mixer, you have decided to add a Parametric EQ effect on the radio dialogue only. You could edit each radio voice and override the Actor-Mixer settings for each and apply this effect. But you could also work more efficiently by grouping all the radio voice files together in a container and then override the Actor-Mixer settings and add the Effect on the container.

Real-time Mixing and Object Properties

When you are connected to a game or the Game Simulator you can modify the values of the following relative properties from within Wwise in real time:

  • Volume

  • Pitch

  • Low-Pass Filter

  • Center %

  • RTPC values

  • State and Switch changes

  • Triggers

  • Attenuation controls

  • Some audio and source effect plug-in properties.

[Note] Note

As a general rule, any property that can be mapped to a Game Parameter, can be modified in real time in game.

To be able to do this however, you need to load the object whose property you want to modify in the Transport Control or the Soundcaster. If the object is not loaded, your changes will not take effect because the object is not registered in the sound engine. For Actor-Mixers, which cannot be loaded into the Transport Control, you can load a child object of the Actor-Mixer and this will register its parent objects in the sound engine. After you have registered the object, it will remain registered for the time that you are connected to the game.

[Note] Note

Keep in mind that if you pin an object in the Transport Control, other objects cannot be loaded until you unpin the first object. If, however, you have loaded the object in the Soundcaster, the object will be registered in the sound engine.

Relative Properties and Performance

In Wwise, certain relative properties such as pitch can affect performance on the different platforms. The mechanism for managing pitch in Wwise is based on the sample rate. Applying pitch to sounds increases CPU usage because the files must be resampled.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise