Skip to content

OpenSoundStack/OpenDSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenDSP

OpenDSP is an optimised for ARM toolbox library for audio digital signal processing. It features filtering and dynamic processing implementations.

Features

Full floating-point operation, optimised with the NEON instruction set whenever possible.
Every coefficients are computed dynamically, no LUTs are used.

Filtering

IIR Filter with analog based filters approximated with the bilinear transform. All filters types (HPF, LPF, BPF) are supported, 1st and 2nd order. There also is an implementation of an IIR Peak filter.

Dynamics

Support for custom arbitrary transfer-function dynamics processing. Based on an ASR envelope, support down to the ms tuning of attack, hold and release.

About

Real-Time and audio focused C++ DSP Library for Embedded applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors