public class AnalyserNode extends AudioNode
Modifier and Type | Field and Description |
---|---|
double |
fftSize |
double |
frequencyBinCount |
double |
maxDecibels |
double |
minDecibels |
static AnalyserNode |
prototype |
double |
smoothingTimeConstant |
channelCount, channelCountMode, channelInterpretation, context, numberOfInputs, numberOfOutputs
constructor
Constructor and Description |
---|
AnalyserNode() |
Modifier and Type | Method and Description |
---|---|
void |
getByteFrequencyData(Uint8Array array) |
void |
getByteTimeDomainData(Uint8Array array) |
void |
getFloatFrequencyData(Object array) |
void |
getFloatTimeDomainData(Object array) |
connect, connect, connect, disconnect, disconnect
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double fftSize
public double frequencyBinCount
public double maxDecibels
public double minDecibels
public double smoothingTimeConstant
public static AnalyserNode prototype
public void getByteFrequencyData(Uint8Array array)
public void getByteTimeDomainData(Uint8Array array)
public void getFloatFrequencyData(Object array)
public void getFloatTimeDomainData(Object array)