menu
 

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

0 投票

Hi,

Apologies for the multiple posts. I've been trying to integrate the sound engine in a test Xcode project. The Sound Engine, Stream/Memory Manager and the CAkDefaultIOHookBlocking all initialise without any asserts. However I hit a run time error 'AK Error: File Init.bnk not found in path(s): ../SDKTest/GeneratedSoundBanks/Mac/Init.bnk; AK Error: Bank Load Failed Name: 1355168291AK Error: File SFX.bnk not found in path(s): ../SDKTest/GeneratedSoundBanks/Mac/SFX.bnk;'

I've tried both absolute and relative paths to set my base path - Xcode and Wwise projects are both on my desktop. I've tried to follow the Wwise integration demo as well.

It would appreciate any pointers towards what I might be doing wrong here.

Screenshot of my error : https://1drv.ms/u/s!AtQjCLbBoYxCgbdWu52zoXVexuDULA?e=Bvztkr

Thanks :)

分类:General Discussion | 用户: Anantha G. (200 分)

1个回答

0 投票
Anantha, hello,

Do you try to check in your Wwise Project " PROJECT SETTINGS " sub menu , where your Soundbank will be populate?
Also, checkout in the sub board there " soundbank path " with the " edit fonction [...] " ( kind of browse menu )  on the right side where is type of soundbank will be populate and place!
It could be only a path

Cheers  : )
éliane
用户: éliane b. (220 分)
Hi éliane,

Thanks for the reply. I've had a look in my project settings > Soundbanks tab which show me the same default path /GeneratedSoundBanks/Mac/.
So yeah, not sure what I'm doing wrong here.
...