pcm

pcm

Source:

PCM utilities

Members

(static, nullable) simd :String

Source:

The intrinsics used for the volume transform. May be AVX2, AVX-512, NEON, or null.

Type:
  • String

Methods

(static) volume16() → {NativeFunction.<Buffer.<PCM>>}

Source:
See:

Reduces/increases the volume

Returns:
  • A native function to be run with a Chain
Type
NativeFunction.<Buffer.<PCM>>

Type Definitions

VolumeArguments

Source:
Properties:
Name Type Attributes Default Description
data Buffer <optional>

The input data, may be left out if piping from another NativeFunction

volume Buffer <optional>
1

Volume to be used.

Arguments for pcm.volume16

Type:
  • Object