menu
 

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.

+2 votes
Hi,

We're have the ability to start/stop video capture of our game with just a button press. We want to be able to capture audio output to match.

The problem is that while we capture video, the game is running in a much lower frame-rate due to encoding. To get nice videos, we single-step our simulation with a 60Hz delta-time and capture each frame, i.e. run the game in fixed frame-rate mode. So while the rendering/encoding can run at a very low frame-rate, we can still output a perfect 60Hz video. Now we want to do the same with audio, but the output from SoundEngine::StartOutputCapture() records the audio in real-time which does not match the video.

I found that we could set AkInitSettings::bUseLEngineThread to false, which seemed like a good start, but since SoundEngine::RenderAudio() does not take any paramaters, I couldn't find a way to set a delta time or anything like that.

Can this be solved with Wwise?

Jens
in General Discussion by Jens A. (200 points)

Please sign-in or register to answer this question.

...