Class VoiceFocusTransformDevice

A device that augments a Device to apply Amazon Voice Focus noise suppression to an audio input.

Implements

Methods

  • Optionally return a pair of AudioNodes that should be connected to the applied inner device. The two nodes can be the same, indicating the smallest possible subgraph.

    Each device can be used no more than once at a time in an audio graph. It is acceptable to reuse audio nodes for successive calls to createAudioNode, so long as the context does not differ.

    Parameters

    • context: AudioContext

      The AudioContext to use when instantiating the nodes.

    Returns Promise<AudioNodeSubgraph>