Search Results for

    Show / Hide Table of Contents

    Audio Channel Mixer

    alt_text

    This component allows the volume of each audio channel (up to 8) to be adjusted. Value range from 0.0 to 1.0. This component is used together with the AudioOutput component for audio that is directed to Unity's AudioSource for playback. It must be placed below the AudioSource and AudioOutput components.

    Properties
    Property Function
    Channels 8 values with range 0.0 to 1.0 used to modulate the volume of that audio channel.

     

    Tip

    If you have audio where all 8 channels are the same audio then by fading down the appropriate channels you can move that sound between the 8 speakers. If you have the 8 speakers set up in a physical space in a row, then you could move the audio in real world space very easily.

     

    alt_text

    In This Article