社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

+4 投票
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
分类:General Discussion | 用户: Guy W. (200 分)
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个回答

+1 投票

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.  

用户: Bernard R. (Audiokinetic) (35.8k 分)
Capturing raw audio output from WWise
Does StartOutputCapture work on iOS and Android devices?
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
...