Liking cljdoc? Tell your friends :D

lufs-clj.filter


apply-filterclj

(apply-filter coll
              len
              &
              {:keys [G Q fc rate f-type pb-gain]
               :or {G 4.0 Q 0 fc 0 rate 44100 f-type :high-shelf pb-gain 0}})

Applies biquad filter with provided params to collections.

Applies biquad filter with provided params to collections.
sourceraw docstring

biquad-tdIclj

(biquad-tdI coll len {:keys [a0 a1 a2 b0 b1 b2]})

Filters the collection with coeffs.

Filters the collection with coeffs.
sourceraw docstring

get-coeffsclj

(get-coeffs f-type A w0 a fc rate G Q)

shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html

shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html
sourceraw docstring

kw-hpclj

(kw-hp rate)

K-weighted high-pass filter params.

K-weighted high-pass filter params.
sourceraw docstring

kw-hsclj

(kw-hs rate)

K-weighted high-shelf filter params.

K-weighted high-shelf filter params.
sourceraw docstring

lufs-filtersclj

(lufs-filters arr rate len)

K-weighted high-shelf, then K-weighted high-pass

K-weighted high-shelf, then K-weighted high-pass
sourceraw docstring

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

× close