Gjsify LogoGjsify Logo

Hierarchy

  • AudioQuantize

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • free(): void
  • reset(): void
  • samples(in_: object, out: object, samples: number): void
  • Perform quantization on samples in in and write the result to out.

    In case the samples are interleaved, in and out must point to an array with a single element pointing to a block of interleaved samples.

    If non-interleaved samples are used, in and out must point to an array with pointers to memory blocks, one for each channel.

    in and out may point to the same memory location, in which case samples will be modified in-place.

    Parameters

    • in_: object

      input samples

    • out: object

      output samples

    • samples: number

      number of samples

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method