@audio/effect-phaser
v1.1.5
Published
Phaser — cascade of swept first-order allpass filters creating moving notches/peaks
Readme
@audio/effect-phaser

Phaser — cascade of swept first-order allpass filters creating moving notches/peaks
npm install @audio/effect-phaserimport phaser from '@audio/effect-phaser'Cascade of swept allpass filters creating moving notches and peaks.
rate LFO rate in Hz (default 0.5) · depth sweep depth 0–1 (default 0.7) · stages allpass stages (default 4) · feedback 0–1 (default 0.5) · fc center frequency Hz (default 1000) · fs sample rate
import { phaser } from '@audio/effect'
let p = { rate: 0.5, depth: 0.7, stages: 4, feedback: 0.5, fc: 1000, fs: 44100 }
for (let buf of stream) phaser(buf, p)Use when: electric guitar, synth pads, vintage phase effects Not for: spatial positioning (use stereoWidener or haas)
Part of @audio/effect — the effect family umbrella. This README is generated from the umbrella docs.
MIT © audiojs
