squelch.nodes.script-processor

get-buffer-size

(get-buffer-size processor)
Read only.
Returns an integer representing both the input and output buffer size. It's
value can be a power of 2 value in the range 256–16384.

set-on-audio-process

(set-on-audio-process processor audio-process-fn)
Represents the EventHandler to be called. Instead of receiving the raw audio
event the function receives input and output audio buffers. The signature of
the handler should be [input-buffer output-buffer].