- audioWorklet
auto audioWorklet()
Undocumented in source. Be warned that the author may not have intended to support it.
- createAnalyser
auto createAnalyser()
Undocumented in source. Be warned that the author may not have intended to support it.
- createBiquadFilter
auto createBiquadFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
- createBuffer
auto createBuffer(uint numberOfChannels, uint length, float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
- createBufferSource
auto createBufferSource()
Undocumented in source. Be warned that the author may not have intended to support it.
- createChannelMerger
auto createChannelMerger(uint numberOfInputs)
Undocumented in source. Be warned that the author may not have intended to support it.
- createChannelMerger
auto createChannelMerger()
Undocumented in source. Be warned that the author may not have intended to support it.
- createChannelSplitter
auto createChannelSplitter(uint numberOfOutputs)
Undocumented in source. Be warned that the author may not have intended to support it.
- createChannelSplitter
auto createChannelSplitter()
Undocumented in source. Be warned that the author may not have intended to support it.
- createConstantSource
auto createConstantSource()
Undocumented in source. Be warned that the author may not have intended to support it.
- createConvolver
auto createConvolver()
Undocumented in source. Be warned that the author may not have intended to support it.
- createDelay
auto createDelay(double maxDelayTime)
Undocumented in source. Be warned that the author may not have intended to support it.
- createDelay
auto createDelay()
Undocumented in source. Be warned that the author may not have intended to support it.
- createDynamicsCompressor
auto createDynamicsCompressor()
Undocumented in source. Be warned that the author may not have intended to support it.
- createGain
auto createGain()
Undocumented in source. Be warned that the author may not have intended to support it.
- createIIRFilter
auto createIIRFilter(Sequence!(double) feedforward, Sequence!(double) feedback)
Undocumented in source. Be warned that the author may not have intended to support it.
- createOscillator
auto createOscillator()
Undocumented in source. Be warned that the author may not have intended to support it.
- createPanner
auto createPanner()
Undocumented in source. Be warned that the author may not have intended to support it.
- createPeriodicWave
auto createPeriodicWave(Float32Array real_, Float32Array imag, PeriodicWaveConstraints constraints)
Undocumented in source. Be warned that the author may not have intended to support it.
- createPeriodicWave
auto createPeriodicWave(Float32Array real_, Float32Array imag)
Undocumented in source. Be warned that the author may not have intended to support it.
- createScriptProcessor
auto createScriptProcessor(uint bufferSize, uint numberOfInputChannels, uint numberOfOutputChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
- createScriptProcessor
auto createScriptProcessor(uint bufferSize, uint numberOfInputChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
- createScriptProcessor
auto createScriptProcessor(uint bufferSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- createScriptProcessor
auto createScriptProcessor()
Undocumented in source. Be warned that the author may not have intended to support it.
- createStereoPanner
auto createStereoPanner()
Undocumented in source. Be warned that the author may not have intended to support it.
- createWaveShaper
auto createWaveShaper()
Undocumented in source. Be warned that the author may not have intended to support it.
- currentTime
double currentTime()
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeAudioData
auto decodeAudioData(ArrayBuffer audioData, DecodeSuccessCallback successCallback, DecodeErrorCallback errorCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeAudioData
auto decodeAudioData(ArrayBuffer audioData, DecodeSuccessCallback successCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeAudioData
auto decodeAudioData(ArrayBuffer audioData)
Undocumented in source. Be warned that the author may not have intended to support it.
- destination
auto destination()
Undocumented in source. Be warned that the author may not have intended to support it.
- listener
auto listener()
Undocumented in source. Be warned that the author may not have intended to support it.
- onstatechange
void onstatechange(Optional!(T0) onstatechange)
Undocumented in source. Be warned that the author may not have intended to support it.
- onstatechange
EventHandler onstatechange()
Undocumented in source. Be warned that the author may not have intended to support it.
- resume
auto resume()
Undocumented in source. Be warned that the author may not have intended to support it.
- sampleRate
float sampleRate()
Undocumented in source. Be warned that the author may not have intended to support it.
- state
AudioContextState state()
Undocumented in source. Be warned that the author may not have intended to support it.