Search Results for

    Show / Hide Table of Contents

    Capture Audio From Wwise

    alt_text

    This component can be added to capture the audio from Wwise during an offline render.

    To use this component some setup is required:

    1. The Wwise package (2021.1.4 or newer) must be installed in your project.
    2. The string AVPRO_MOVIECAPTURE_WWISE_SUPPORT must be added to Scriping Define Symbols in Player Settings > Other Settings > Script Compilation.
    3. In the assembly definition (.asmdef) file AVProMovieCapture.Runtime set the WWise assembly definition file as a dependency.
    4. 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
    In This Article