Capture Audio From Wwise
This component can be added to capture the audio from Wwise during an offline render.
To use this component some setup is required:
- The Wwise package (2021.1.4 or newer) must be installed in your project.
- The string
AVPRO_MOVIECAPTURE_WWISE_SUPPORT
must be added toScriping Define Symbols
inPlayer Settings > Other Settings > Script Compilation
. - In the assembly definition (.asmdef) file
AVProMovieCapture.Runtime
set the WWise assembly definition file as a dependency. - Assign this component in your CaptureFrom* component via the “Unity Audio Capture” field.
Properties
Property | Function |
---|---|
Capture | The CaptureFrom component where the audio will be written to |