Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Meyda

This file contains the default export for Meyda, you probably want to check out default

Index

Type aliases

MeydaAudioFeature

MeydaAudioFeature: "amplitudeSpectrum" | "chroma" | "complexSpectrum" | "energy" | "loudness" | "mfcc" | "perceptualSharpness" | "perceptualSpread" | "powerSpectrum" | "rms" | "spectralCentroid" | "spectralFlatness" | "spectralFlux" | "spectralKurtosis" | "spectralRolloff" | "spectralSkewness" | "spectralSlope" | "spectralSpread" | "zcr" | "buffer"

MeydaSignal

MeydaSignal: SliceableArrayLike<number> | Float32Array

A type representing an audio signal. In general it should be an array of numbers that is sliceable. Float32Array is assignable here, and we generally expect that most signals will be in this format.

MeydaWindowingFunction

MeydaWindowingFunction: "blackman" | "sine" | "hanning" | "hamming"

Variables

default

default: default

Generated using TypeDoc