Skip to main content
Module

x/commandis/mod.ts>dom.GainNode

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.GainNode
implements AudioNode
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { GainNode } = dom;

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