@audio/effect-tremolo
v1.1.4
Published
Tremolo — amplitude modulation via LFO
Readme
@audio/effect-tremolo

Tremolo — amplitude modulation via LFO
npm install @audio/effect-tremoloimport tremolo from '@audio/effect-tremolo'Amplitude modulation via LFO — periodic volume pulsing.
rate LFO rate in Hz (default 5) · depth modulation depth 0–1 (default 0.5) · fs sample rate
import { tremolo } from '@audio/effect'
let p = { rate: 5, depth: 0.7, fs: 44100 }
for (let buf of stream) tremolo(buf, p)Use when: vintage amp tremolo, rhythmic pulsing, guitar effects Not for: pitch modulation (use vibrato)
Part of @audio/effect — the effect family umbrella. This README is generated from the umbrella docs.
MIT © audiojs
