AudioBufferSourceNodeOptions
AudioBufferSourceNodeOptions is a dictionary object specifies if pitch correction algorithm has to be available.
AudioContextOptions
AudioContextOptions is a dictionary object specifies sample rate for the new context.
ChannelCountMode
ChannelCountMode type determines how the number of input channels affects the number of output channels in an audio node.
ChannelInterpretation
ChannelInterpretation type specifies how input channels are mapped out to output channels when the number of them are different.
ContextState
ContextState type represents state of the BaseAudioContext.
PeriodicWaveConstraints
PeriodicWaveConstraints is a dictionary object specifies whether normalization should be disabled during creating periodic wave. If not specified normalization is enabled.
WindowType
WindowType type specifies which window function is applied when extracting frequency data.