Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
Hi everyone

I am writing a Wwise sink plugin which creates a jackaudio client.

I am using this to allow to stream ambisonics audio data (5th order) to my speaker array without automatic downmixing.

I managed to make things work in the case where the buffer of the Jack server is smaller or equal to the buffer of Wwise. However I am struggeling to cope with the case where the Jack server buffer is larger than the Wwise buffer.

e.g. if I use a Wwsie buffer of 1024 and a Jack buffer of 2048 this means that Wwise needs to consume twice and jack needs to read once. How is it possible to tell Wwise ony to consume when samples are ready instead of using the IsDataNeeded method which causes Wwise to consume immediately after?

Any help is greatly appreciated.

Best

Simon
in General Discussion by Simon M. (150 points)
edited by Simon M.

Please sign-in or register to answer this question.

...