API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceAudioZoneOptions

@codexo/exojs / audio / stable

Construction options for AudioZone.

6
props
0
methods
0
events
Import
import { AudioZoneOptions } from '@codexo/exojs'

Construction options for AudioZone.

Properties6
Bus every voice's send is opened into while this zone is active. Not owned - the caller builds it, hangs whatever effect chain the zone represents on it, and destroys it.
falloff?: number
Distance outside the shape over which the weight ramps to zero. Default 0 - a hard edge.
height?: number
How far the zone reaches above and below the world plane, so 100 covers z from -100 to 100. Default Infinity - the zone is a column.
name?: string
Free label for diagnostics.
send?: number
Send level at full weight. Default 1.
Source