Liking cljdoc? Tell your friends :D

audio-utils.rms-buffer


IRMSBuffercljsprotocol

Interface for implementations of RMS volume computation buffers.

Interface for implementations of RMS volume computation buffers.

rms-pushcljs

(rms-push this sample)

Adds a single sample to the RMS buffer

Adds a single sample to the RMS buffer

rms-push-manycljs

(rms-push-many this samples)

Adds many samples to the RMS buffer

Adds many samples to the RMS buffer

rmscljs

(rms this)

Computes the RMS volume level based on the samples in the buffer

Computes the RMS volume level based on
the samples in the buffer
raw docstring

rms-buffercljs

(rms-buffer size)

Allocates a new buffer for RMS computations

Allocates a new buffer for RMS computations
raw docstring

RMSBuffercljs

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

× close