Class SingleNodeAudioTransformDevice<T>Abstract

This class simplifies the process of defining a transform device that does not modify its input device constraints, and provides only a single audio node to apply transforms.

Subclass SingleNodeAudioTransformDevice, implementing createSingleAudioNode.

Type Parameters

  • T extends AudioNode

Constructors

Properties

inner: Device
node: T

Methods