Liking cljdoc? Tell your friends :D

web.deprecated.NotifyAudioAvailableEvent

The non-standard, obsolete, NotifyAudioAvailableEvent interface the event sent to audio elements when the audio buffer is full.

The non-standard, obsolete, NotifyAudioAvailableEvent interface
the event sent to audio elements when the audio buffer is full.
raw docstring

frame-buffercljs

(frame-buffer this)

Property.

A Float32Array containing the raw 32-bit floating-point audio obtained from decoding the audio (e.g., the raw data being sent the audio hardware vs. encoded audio). The data is a series of samples, each sample containing one 32-bit value per audio channel. audio frames are normalized to contain 1024 samples by default, could be any length between 512 and 16384 samples if the user set a different length using the mozFrameBufferLength attribute.

Property.

A Float32Array containing the raw 32-bit floating-point audio
obtained from decoding the audio (e.g., the raw data being sent
the audio hardware vs. encoded audio). The data is a series of
samples, each sample containing one 32-bit value per audio channel.
audio frames are normalized to contain 1024 samples by default,
could be any length between 512 and 16384 samples if the user
set a different length using the mozFrameBufferLength attribute.
sourceraw docstring

set-frame-buffer!cljs

(set-frame-buffer! this val)

Property.

A Float32Array containing the raw 32-bit floating-point audio obtained from decoding the audio (e.g., the raw data being sent the audio hardware vs. encoded audio). The data is a series of samples, each sample containing one 32-bit value per audio channel. audio frames are normalized to contain 1024 samples by default, could be any length between 512 and 16384 samples if the user set a different length using the mozFrameBufferLength attribute.

Property.

A Float32Array containing the raw 32-bit floating-point audio
obtained from decoding the audio (e.g., the raw data being sent
the audio hardware vs. encoded audio). The data is a series of
samples, each sample containing one 32-bit value per audio channel.
audio frames are normalized to contain 1024 samples by default,
could be any length between 512 and 16384 samples if the user
set a different length using the mozFrameBufferLength attribute.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close