1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00

3 Commits

Author SHA1 Message Date
Dmitry Vedenko
cb8fe04664 Fixes GCC11 compatibility 2021-07-28 14:27:35 +03:00
Paul Licameli
cfce6da603 Resample into lib-math; Audacity doesn't use libsoxr directly 2021-07-22 16:54:00 -04:00
Paul Licameli
f52dfd3ac3 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.
2021-07-22 16:54:00 -04:00