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

Hi there! 

I have problems trying to profile game object by ID. My situation looks like on the picture here: https://www.audiokinetic.com/library/edge/?source=Help&id=using_voice_inspector (Game Objects and Voices List). There are two objects with different IDs - long one 18446744073709551614 and short one 165. I have quite same situation in my project. When I am using game object profiling layout  and try to add new watch in game object explorer tab using long id - it works, but if i add object same way but with short object ID - 165 for example or 15342 in my case it does not work or even didn't recognize this ID even I copy that value from Voice Inspector. And there are no RTPC parameter values appear in log of game sync monitor and on the right side of this object  in second column "unknown" name displayed instead of correct one CarEngineTruck. This problem is a critical for us because I can not profile RTPC parameters, transferring to this particular object with short game ID. If I add whole node by long ID wrong RTPC values are shown.

Please check the IMAGE

Probably I am doing something wrong ) May be there are some specific rules for typing in game ID correctly?

Look forward to hear from you.

in General Discussion by Alexander D. (100 points)

1 Answer

0 votes
Hello,

You actually have part of the answer in your question.  It is not obvious in the UI, but the IDs in that Voice Inspector columns are a mixed bag:  When beside a Game Object (with the Game Object icon) the ID is the Game Object ID, which can be used in the Game Object Watch (hence the name).  The other ID you see (the "short one") is the instance of the Sound (if you play several times the same sound you will get a different number).  It can't be used to watch anything and only serves to differentiate sounds within the Voice Inspector, when you have multiple copies playing.

RTPCs are applied on Game Objects, not Sounds.  If the Game Object Watch report a value for the RTPC, it is the one used by all Sounds played on that Game Object.  You can compare that with the RTPC value reported in the right-most pane of the Voice Inspector, when you have a particular sound selected, and it should be the same.
by Mathieu J. (Audiokinetic) (7.1k points)
...