コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

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

Nam H. (380 ポイント) General Discussion
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
Boris B. (140 ポイント)
I have increase the memory pool using this function : ApuCreateHeap.
See my answer above. We switched to Vorbis.
...