コミュニティQ&A

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

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

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

0 支持

背景

  • Wwise版本:2019.2

  • 游戏引擎:Unity 2019

  • 项目背景:战斗玩法的即时技能音效以Soundbank的方式进行加载。

  • 性能需求:音频内存即Total Reserved Memory 消耗在20MB左右(相对于SoundEngine来说)

当前尝试的方案

弃用原有的Soundbank,以Event为单位自动化创建SoundBank,即一个Event一个Soundbank,类似于EBP模式。相较于原来的方案,内存减少35~45%,但仍未达到预期的性能指标。

此外,我们观察到,游戏运行过程中,实际使用的内存往往仅为内存池(Total Reserved Memory)的二分之一甚至更低(total reserved memory:40MB ;Total use memory:15MB),即分配的内存池的使用率较低。我尝试了在Unity的工程设置中设置Pool Size,依然无法控制Total Reversed Memory的浮动范围。

仍需解决的问题

我们需要咨询在当前项目背景下,控制Total Reserved Memory(内存池)以达到20MB左右的性能指标的方法。
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Topic: Looking for advice on a performance optimisation solution for My Wwise project Related to Total Reserved Memory

Dear audiokinetic official support partners,

I have encountered a problem with performance optimisation in my project and would like to get your help. Any response would be greatly appreciated, here are the details.

Problem Context

Wwise version: Wwise 2019.2

Game Engine: Unity 2019

Project Background: Skill sound effects of the combat gameplay are loaded in Soundbank.

Performance requirements: Audio memory i.e. Total Reserved Memory consumed at around 20MB (in relation to SoundEngine)

Current Solution

Replacing the original Soundbanks by creating the single Soundbanks in units of each Event automatically, i.e. One Event One Soundbank,similar to the EBP model.

Compared to the original solution, the memory was reduced by 35~45%, but still did not achieve the expected performance metrics.

In addition, we observed that the actual memory used during the game run was often only one-half or less of the Total Reserved Memory(Total reserved memory:40MB ;Total used memory:15MB), which means the allocated memory pool was underutilized. I tried setting the Pool Size in Unity's project settings, but still could not compress the floating range of Total Reversed Memory.

Urgent need for help

Please give some advice on ways to control the Total Reserved Memory (Memory Pool) to achieve a performance target of around 20MB in the context of the current project (please refer to the attached log).

 

Best wishes,

Looking forward to your reply!

JiangTao (100 ポイント) General Discussion

Please sign-in or register to answer this question.

...