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 would like to check the Wwise Event list while Unity is running.
I would like to use it to check if the event I am trying to call is valid.
But I don't know how to check the event list at runtime.
Help me
in Feature Requests by SooHong C. (100 points)
recategorized by SooHong C.

1 Answer

0 votes

Hey SooHong C, 

Do you need like a list of active events or just all available events? 

All available events from your Wwise project, can be found in the Wwise Picker
If you need an entire list of playing Events, you can use the Wwise Profiler's Voices tab. 

If you want to learn how to use the Profiler, you can check out Wwise-101.

Let us know if this helps! :) 

by Mads Maretty S. (Audiokinetic) (40.2k points)
I already know WwisePicker and Profiler
I want to know the event name of the script during runtime.
I would like to know the names of all Wwise events during runtime at my unity script
Is there a way to get the event IDs from Wwise_IDs.h?
I want to check if that event is in the soundbank before calling AkSoundEngine.PostEvent.
Ohh apologies.

You'll probably need to convert the ".h" file into ".cs" to use it. That said, maybe you could consider using WAAPI if you've got your Wwise project open as well?

https://www.audiokinetic.com/library/edge/?source=SDK&id=waapi.html
...