Liking cljdoc? Tell your friends :D

audio-utils.util


<<cljs


>>cljs


aassoccljs

(aassoc array n v)

aatomcljs

(aatom x)

aconjcljs

(aconj arr x)

acountcljs

(acount array)

aderefcljs

(aderef x)

afirstcljs

(afirst array)

amapcljs

(amap f array)

amplifycljs

(amplify coll db)

Amplifies all samples in the input collection by a given amount of dB.

Amplifies all samples in the input collection by a given amount
of dB.
raw docstring

amplify-samplecljs

(amplify-sample sample db)

Amplifies or attentuates a sample by a given amount of dB.

Amplifies or attentuates a sample by a given amount of dB.
raw docstring

amplitude->dbcljs

(amplitude->db x)

Convert an amplitude value between -1.0 and 1.0, such as 0.5011872336272722, to a dB value like -6.0.

Convert an amplitude value between -1.0 and 1.0, such as
0.5011872336272722, to a dB value like -6.0.
raw docstring

anthcljs

(anth array n)

areset!cljs

(areset! x v)

aswap!cljs

(aswap! x f & args)

aupdatecljs

(aupdate array n f & args)

db->amplitudecljs

(db->amplitude x)

Convert a dB value such as -6.0 to an amplitude value between 0.0 and 1.0, such as 0.5011872336272722.

Convert a dB value such as -6.0 to an amplitude value between 0.0
and 1.0, such as 0.5011872336272722.
raw docstring

time->samplescljs

(time->samples x sample-rate)

Converts a time in milliseconds to the corresponding number of samples given a sample rate.

Converts a time in milliseconds to the corresponding number of
samples given a sample rate.
raw docstring

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

× close