Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
I'd like to try my hand at modifying Wwise and experiment with some extra features that would help me. Is it possible for me to do this through some c++ or is it blocked for me as a customer?

Thanks
in General Discussion by Robert B. (160 points)

1 Answer

0 votes

You can extend Wwise several manners:

Sound Engine Source Code

The source code of the sound engine (SDK) is provided with licenses of Level B and C.

Licenses: https://www.audiokinetic.com/licensing/pricing/

Effect and Source Plug-in

The SDK allows you to create Effect and Source plug-ins, following our plug-in API.

What extra feature do you need?

by Bernard R. (Audiokinetic) (35.8k points)
Thank you,
the feature I would try to implement would be an augmentation of the stinger section. Right now it is possible to have stingers trigger at custom cues but not possible to have a general trigger play a stinger at the next custom cue.
Perhaps better explained like this.

I have four stingers that are used to put emphasis on the same gameplay event. So they all correspond to the same trigger.
Stinger A beat 1, B for beat 2 etc. When the trigger is triggered the nearest stinger connected to the next beat plays. this allows for better integration of the stingers into the music while still allowing emphasis on gameplay events.
If you want to do programming, you could use the Music callbacks for custom cues, and add the logic you describe in your game.
...