Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

AK_InsufficientMemory when loading soundbanks

0 투표

Hi,

 

We are porting our game that was working on PC and PS4 to Xbox One

.

After generating the soundbanks for Xbox One using XMA, a lot of our levels couldn't load their soundbanks due to AK_InsufficientMemory error. Only once dropping from 75% quality to 35% quality did they eventually all load correctly. 

 

When we had the error, I profile the game using PIX and we were only using half the available memory available.  

As for AkInitializer, I tried doubling the memory settings (Default Pool Size, Lower Pool Size, Streaming Pool Size) with no success. 

With the Wwise profiler, the soundbanks seems to use their own pool and other pools weren't using anywhere their maximum. 

 

So my question is, what setting could I tweak to properly load our soundbanks with higher quality settings? 

How can i profile to see if the soundbanks loaded are close to the maximum allowed?

 

Thanks

문의 2016 9월 1 General Discussion Nam H. (380 포인트) 로 부터
Hi.

I was wondering if you ever found the cause of this issue as we are having an almost identical problem.

Thanks,

John
Hi John,
We switched to Vorbis. We know other teams that are using the same on this platform. We didn't notice any performance problem because of it.
Cheers,
Nam

1 답변

0 투표
Hi,

same problem here... How did you solve this problem ?

Thanks,

Boris
답변 2018 7월 12 Boris B. (140 포인트) 로 부터
I have increase the memory pool using this function : ApuCreateHeap.
See my answer above. We switched to Vorbis.
...