Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>GainNode

Advanced Web Composition for Future
Latest
interface GainNode
implements AudioNode
import { type GainNode } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

A change in volume. It is an AudioNode audio-processing module that causes a given gain to be applied to the input data before its propagation to the output. A GainNode always has exactly one input and one output, both with the same number of channels.

Properties

readonly
gain: AudioParam