Skip to content
/ dsp-lib Public

dsp-lib is a collection of utilities related to audio DSP

License

Notifications You must be signed in to change notification settings

mjarmy/dsp-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsp-lib

dsp-lib is a collection of utilities related to audio DSP

PlateReverb

PlateReverb is an implementation of the classic plate reverb algorithm described by Jon Dattorro.

Dattorro, J. 1997. "Effect Design Part 1: Reverberators and Other Filters." Journal of the Audio Engineering Society, Vol. 45, No. 9

SvfInputMixing

SvfInputMixing is a State Variable Filter that provides a configurable mix of lowpass, bandpass and highpass filtering. It can also be used as a peaking filter or notch filter.

SvfInputMixing is a C++ port of the algorithm described in the paper "Input mixing linear trapezoidal State Variable Filter (SVF) in state increment form", by Andy Simper of Cytomic.

FastMath

FastMath contains some fast approximations for trigonometric functions.

About

dsp-lib is a collection of utilities related to audio DSP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages