AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

source starvation on sounds in memory

0 支持
Hello

We are seeing some source starvation errors in the Wwise profiler, but they are for sounds that are in memory, not streamed!

From what I understand from the documentation, source starvation errors refer to streamed file IO, and I shouldn't be seeing them on memory sounds.

Anyone seen this kind of error before? Is there anything that can cause source starvation errors to be reported for non-streaming sounds?

Cheers
Simon G. (990 ポイント) 2016 5/10 質問 General Discussion

回答 1

0 支持
Hi,

I'm currently having this problem as well, running on NX. Did you learn what was the cause of this?

Jens
Jens A. (190 ポイント) 2017 7/27 回答
We had some feedback that it could be that the wrong error is being reported when the hardware decoder doesn't supply buffers fast enough. We were seeing it on atrac9 encoded files with some extreme runtime pitch shifting.
Thanks. That turned out to be the case for me as well. Moving the Wwise threads to a different cpu core in combination with splitting up the load between the hardware audio format and ADPCM solved this for us.
...