Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
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
in General Discussion by Simon G. (1.0k points)

1 Answer

0 votes
Hi,

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

Jens
by Jens A. (200 points)
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.
...