All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.13 (2021-03-17)
Note: Version bump only for package @thi.ng/dsp
3.0.12 (2021-03-12)
Note: Version bump only for package @thi.ng/dsp
3.0.0 (2020-12-22)
- dsp: add applyWindow(), windowBartlett() (d51a17c)
- dsp: add cos() stateless oscillator (276c6b7)
- dsp: add power & integral fns (88edaac)
- dsp: add windowWelch(), add docs (84cd476)
- dsp: add/update power & integral fns (f455fad)
- dsp: add/update various FFT & spectrum fns (fix #258) (e351acb)
- adjacency: replace filter type enums w/ type aliases
- FilterType
- BiquadType
- SVFType
- OnepoleType
- dsp: new args for normalizeFFT(),denormalizeFFT(), spectrumPow()
- add support for windowing adjustments in above functions
- add thresholdFFT()
- add copyComplex()
- update various real/complex checks using isComplex()
- update docs, add references
2.1.0 (2020-08-28)
- dsp: add iterable() wrapper (94fb8ed)
2.0.0 (2020-01-24)
- dsp: remove obsolete classes (aa24c1e)
- dsp: add DelayLine (bd25cd7)
- dsp: add fft, spectrum and window fns, add tests (f918af4)
- dsp: add filters, refactor, update pkg/docs/readme (7758609)
- dsp: add gen/proc composition ops, restructure (8be2a5f)
- dsp: add LFO sin/cos iterator/osc, minor refactor window fns (dc89204)
- dsp: add missing factory fns, update docstrings (3ede5af)
- dsp: add new operators (68a88e4)
- dsp: add sweep(), move curve(), minor refactor (0b24d80)
- dsp: add/rename oscillators (8a826bf)
- dsp: add/update FFT fns, test, update docs (1ac9508)
- dsp: add/update filters, filter resp, delay (2854b09)
- dsp: import gen & proc nodes, general pkg restructure (a85c3cf)
- dsp: update ADSR, add ADSROpts, auto-release (16f41ec)
- dsp: update all gens/procs, housekeeping, docs (e483245)
- dsp: update DelayLine ctor, freqBin, update pkg (228a81e)
- dsp: update gens to support clamping (fe8f6f3)
- dsp: remove obsolete Oscillator/AMFMOscillator (superceded by osc()/modOsc())
1.0.10 (2019-04-26)
- dsp: fix tri() oscillator for negative phases (c67c733)
1.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.