(amplitude arr)
(calc-volume valuesInDb)
(connect mic-label onSuccess onError)
(create-analyser audio-context
calibration-table-in
fft-size
smoothing-time-tonstant
freq-cut
cb
after-init)
(freq-min sampling-rate fftSize)
(linear-sq-to-db val)
10 * log10(x) : we use squared values => we multiply by 10 instead of 20
10 * log10(x) : we use squared values => we multiply by 10 instead of 20
(sum a b)
(update-values audio-context)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close