Taos API Reference
    Preparing search index...

    Class AudioBus

    A named mixing group. Sources connect to input; the signal passes through a volume GainNode, then an ordered effect chain, then on to a parent node (another bus or the context destination). Volume and effects cascade: routing sfxmaster → destination means the effective gain is the product of every bus gain along the way.

    Index

    Constructors

    Properties

    name: string

    Bus name (e.g. 'sfx', 'music').

    Accessors

    Methods

    • Ramp the volume to target over seconds (default 0.5).

      Parameters

      • target: number
      • seconds: number = 0.5

      Returns void