API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: numberDistance outside the shape over which the weight ramps to zero. Default 0 - a hard edge.
height?: numberHow 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?: stringFree label for diagnostics.
send?: numberSend level at full weight. Default 1.
Footprint on the world plane.
Source