(apply-filter coll
&
{: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}})
(convert-to-double-arrays baos channels)
Convert 16-bit, big endian audio samples to +-1.0 double samples
Convert 16-bit, big endian audio samples to +-1.0 double samples
(load-table f)
Load given file or filename as sampled audio. Returns a map with meta-information as well as audio split into discrete channels. Converts to doubles from source format. Currently only works with 16-bit PCM_SIGNED wave files.
Load given file or filename as sampled audio. Returns a map with meta-information as well as audio split into discrete channels. Converts to doubles from source format. Currently only works with 16-bit PCM_SIGNED wave files.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close