-
- Downloads
New library for math...
... note the swap of target_link_libraries lines in src/CMakeLists.txt, needed to build at least on macOS, becuase FFT.h must be looked up first in lib-math, not in lib-src/twolame Also making a dependency cycle of SampleFormat and Dither! But we will tolerate that within one small library.
Showing
- include/audacity/Types.h 0 additions, 27 deletionsinclude/audacity/Types.h
- libraries/CMakeLists.txt 1 addition, 0 deletionslibraries/CMakeLists.txt
- libraries/lib-math/CMakeLists.txt 31 additions, 0 deletionslibraries/lib-math/CMakeLists.txt
- libraries/lib-math/Dither.cpp 0 additions, 0 deletionslibraries/lib-math/Dither.cpp
- libraries/lib-math/Dither.h 4 additions, 3 deletionslibraries/lib-math/Dither.h
- libraries/lib-math/FFT.cpp 0 additions, 1 deletionlibraries/lib-math/FFT.cpp
- libraries/lib-math/FFT.h 10 additions, 9 deletionslibraries/lib-math/FFT.h
- libraries/lib-math/InterpolateAudio.cpp 0 additions, 0 deletionslibraries/lib-math/InterpolateAudio.cpp
- libraries/lib-math/InterpolateAudio.h 1 addition, 2 deletionslibraries/lib-math/InterpolateAudio.h
- libraries/lib-math/Matrix.cpp 0 additions, 0 deletionslibraries/lib-math/Matrix.cpp
- libraries/lib-math/Matrix.h 0 additions, 0 deletionslibraries/lib-math/Matrix.h
- libraries/lib-math/RealFFTf.cpp 0 additions, 3 deletionslibraries/lib-math/RealFFTf.cpp
- libraries/lib-math/RealFFTf.h 6 additions, 10 deletionslibraries/lib-math/RealFFTf.h
- libraries/lib-math/SampleCount.cpp 0 additions, 0 deletionslibraries/lib-math/SampleCount.cpp
- libraries/lib-math/SampleCount.h 2 additions, 2 deletionslibraries/lib-math/SampleCount.h
- libraries/lib-math/SampleFormat.cpp 1 addition, 0 deletionslibraries/lib-math/SampleFormat.cpp
- libraries/lib-math/SampleFormat.h 33 additions, 21 deletionslibraries/lib-math/SampleFormat.h
- libraries/lib-math/Spectrum.cpp 0 additions, 0 deletionslibraries/lib-math/Spectrum.cpp
- libraries/lib-math/Spectrum.h 1 addition, 1 deletionlibraries/lib-math/Spectrum.h
- libraries/lib-math/float_cast.h 0 additions, 2 deletionslibraries/lib-math/float_cast.h
Loading
Please register or sign in to comment