Skip to content

Rodolfo-S/AudioDSPTools

 
 

Repository files navigation

AudioDSPTools

A library of basic DSP things.

Sharp edges

This library uses Eigen to do some linear algebra. If they are stored as members of objects, there is a risk with certain compilers and compiler optimizations that the memory associated with eigen objects is not aligned properly. This can be worked around by providing two preprocessor macros: EIGEN_MAX_ALIGN_BYTES 0 and EIGEN_DONT_VECTORIZE, though this will probably harm performance. See Structs Having Eigen Members and NeuralAmpModelerCore Issue 67 for more information.

About

A library of basic audio DSP tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • CMake 1.8%
  • Other 0.4%