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

0 投票
Hi ! We are making a project in CryEngine, and we updated the CryWwise plugin developed by fellow students to Wwise 2013.2.2.

CryWwise builds a new DLL around AkSoundEngine.dll that is called by CryGame.dll, itself called by the CryEngine editor and launcher files. It successfully plays sounds and uses positioning information.

When the game is launched, everything works (including effects on bus) when the Profiler is connected, with the right Wwise project in it.

When the Profiler is not active, however, or when it's another project, the effects on busses don't work anymore (they seem to work sometimes when called directly on a sound object). There doesn't seem to be any bus in the profiler except the Master Audio Bus, the effects on busses aren't there, the 3D attenuation isn't working. The only errors in the profiler in this case are "Plug-in not registered: Unknown"

We are unable to determine the source of the problem since RegisterAllPlugins() returns true.

So, we were wondering what the profiler does that enables effects on busses? Is there something special to do to load the bus hierarchy?
分类:General Discussion | 用户: Michèle K. (140 分)

1个回答

0 投票
We figured it out :
 
In Wwise 2013.2.2, contrary to what is described in the documentation, loading a bank doesn't return AK_FAIL when the required plug-ins weren't properly registered.
In particular, when the following (wrong) process is applied :
1) load Init.bnk
2) register plug-ins
3) load another bank
steps 1 and 3 do not notify of failure but the plug-ins will not work either.

 

用户: Michèle K. (140 分)
...