API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceEnvelopeOptions
@codexo/exojs / audio / stable
4
props
0
methods
0
events
Import
import { EnvelopeOptions } from '@codexo/exojs'Properties4
Attack time - gain ramps from 0 to peak (1.0). Default 0.01.
Decay time - gain ramps from peak to sustain level. Default 0.1.
Release time - gain ramps from current to 0 on release(). Default 0.2.
sustainLevel?: numberSustain level, 0..1. Default 0.7.
Source