menu
 

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

+1 投票

I'm currently building for Nintendo Switch and have set all audio to OpusNX. When playing the build, we are getting dozens of "Failed creating Opus Decoder" errors and multiple Source Starvation errors, which are heavily impacting the sound in the game.

At present, we have tried:

  • Lowering the overall quality of all audio in the Conversion Settings
  • Setting the sounds to either variable or constant bitrate
  • Reducing frame size
  • Increasing the I/O memory size in the Wwise Initialization Settings in Unity
  • Clearing the cache of all WEM files and regenerating everything 

Our current conversion settings for all audio is:

Quality: 9

Mode: Constant Bitrate

Frame Size: 20ms

Regardless of the things we have tried, there are no fewer instances of these errors.

分类:General Discussion | 用户: Sam T. (110 分)
Hi there,

  We seem to be having similar issues, did you figure anything out with this?

- Chance

1个回答

0 投票
You probably need to be more selective about what sounds you encode as Opus rather than just blanketly applying it. The Nintendo Switch has a reasonably small number of hardware decoders available for use, so it sounds like you are exceeding the limit (24 I think).

Our approach was to use Opus for large samples e.g. music, and to use ADPCM for the rest.

Graeme
用户: Graeme L. (140 分)
...