Wwise SDK 2019.2.15
|
Real-time Parameter Controls (RTPCs) enable you to control specific properties of various Wwise objects (including sounds, containers, control busses, effects, and so on) in real time based on real-time parameter changes that occur within the game.
Here are some examples of how RTPCs can be used in your games:
These are of course just a few examples, and the possibilities are endless. Whenever an audio object's property should be affected by what happens in a game, RTPCs can be used.
The Wwise user defines the name and range of game parameters in Wwise, in the Game Syncs tab of the Project Explorer. RTPC curves are also defined by the Wwise user in the RTPC tab of the Property Editor or Effect Editor. The value of a game parameter represents the X axis of an RTPC curve. The actual value of the property is computed by evaluating the curve at the X value that corresponds to the game parameter's current value.
Once game parameters and RTPC curves have been defined by the sound designer in Wwise, the game simply needs to update the value of the various game parameters while the game is being played. The sound engine computes the property's value by evaluating the RTPC curve for the current value of the game parameter.
Refer to the Wwise documentation for more information regarding RTPC from the sound designer's point of view.
Refer to Integration Details - RTPCs for an overview of how to integrate RTPCs in your game.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise