Skip to content

fichl/NeuralAmpModelerCore

 
 

Repository files navigation

NeuralAmpModelerCore

Core DSP library for NAM plugins.

For an example how to use, see NeuralAmpModelerPlugin.

The general Audio DSP tools from version 0.0 have been moved to AudioDSPTools.

Sharp edges

This library uses Eigen to do the linear algebra routines that its neural networks require. Since these models hold their parameters as eigen object members, there is a risk with certain compilers and compiler optimizations that their memory 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 for more information. This is being tracked as Issue 67.

About

Core DSP library for NAM plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • CMake 2.9%
  • Other 0.9%