menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

+1 投票
Hi
 
We have a problem where we are trying to synchronize music tracks playing from one global music gameobject, and many 3D positioned gameobjects.
The 3D positioned gameobjects are spawned in the game at various points, so we are trying to find a way to trigger a piece of music on the gameobject when it is spawned, but have it play back in sync with the music playing on the global music game object. 
Any ideas? 
We have tried using the On Bar callbacks through our game editor, but the latency between the wwise callback, going through the game and back to wwise means that the music started is always very slightly out of sync with the main music. 
We have a set up using Triggers, where the music to be played exists as a layer in the global music system, and a trigger starts it on the next beat, but the problem is that that layer is playing from the global music system and thus is being emitted from the global music gameobject, but we would need it to be played from the 3D spawned in gameobject so it;s position in-game is correct.
Any ideas or thoughts on how we might achieve this?
 
Cheers
分类:General Discussion | 用户: Simon G. (1.0k 分)

1个回答

0 投票
The only way to synchronize different music objects together is by starting them (Play) on the same render frame.  

Unfortunately, using Trigger to play a Stinger on a different game object is currently not possible.
用户: Bernard R. (Audiokinetic) (35.8k 分)
...