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.

+4 votes
A question and feature request:  I'd like the ability to capture/render (to .wav) the audio/mix of the master bus (or any particular mixbus, actor mixer, music segment etc)   Ideally I could select the bit depth and sample rate and channel output (i.e. stereo or 5.1 etc )

I've tried a PC  'virtual cable' from  Wwise to Audition with very spotty results.  So now I'm resorting to going digially out of the PC into my Mac (using spdif to spdif or ADAT to ADAT) to record into Pro Tools.  

 

Any other reccomendations?  

thanks,  -guy
in General Discussion by Guy W. (200 points)
Just wanted to bump this request.  It'd be really helpful - so much of what I do is generative within Wwise, or using various combined existing sounds.  Then I have to get all sounds over to marketing, but I don't have .wav files to drop off and have to record from Wwise.  Thanks -Jaclyn

1 Answer

+1 vote

In the game, you can use this API function to record the game output to a wav file:

AK::SoundEngine::StartOutputCapture(...)

In Wwise, some audio cards (like the Realtek on-board audio card) will have a Stereo Mix device in the recording devices.  This can be used to record the Wwise audio out to another software on the same computer.

Otherwise, we take note of your request.  

by Bernard R. (Audiokinetic) (35.8k points)
Capturing raw audio output from WWise
how can read this file output by AK::SoundEngine::StartOutputCapture(...)?
the WAV file written by StartOutputCapture is compatible with:
- External Source
- Wwise Audio Files Importer
- Wwise Wave Viewer
...