Module

Audio.WebAudio.Utils

Package
purescript-webaudio
Repository
adkelley/purescript-webaudio

#createUint8Buffer Source

createUint8Buffer :: ByteLength -> Effect Uint8Array

create an unsigned 8-bit integer buffer for use with an analyser node

#createFloat32Buffer Source

createFloat32Buffer :: ByteLength -> Effect Float32Array

create a Float 32 buffer for use with an analyser node

#unsafeGetProp Source

unsafeGetProp :: forall val obj. String -> obj -> Effect val

get a named property from an audio node

#unsafeSetProp Source

unsafeSetProp :: forall val obj. String -> obj -> val -> Effect Unit

set a named property an audio node