1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Resample into lib-math; Audacity doesn't use libsoxr directly

This commit is contained in:
Paul Licameli
2021-02-28 11:13:44 -05:00
parent f52dfd3ac3
commit cfce6da603
7 changed files with 8 additions and 9 deletions

View File

@@ -2,6 +2,8 @@
A library of mathematical utilities and manipulation of samples
]]#
addlib( libsoxr soxr SOXR YES YES "soxr >= 0.1.1" )
set( SOURCES
Dither.cpp
Dither.h
@@ -13,6 +15,8 @@ set( SOURCES
Matrix.h
RealFFTf.cpp
RealFFTf.h
Resample.cpp
Resample.h
SampleCount.cpp
SampleCount.h
SampleFormat.cpp
@@ -22,6 +26,7 @@ set( SOURCES
float_cast.h
)
set( LIBRARIES
libsoxr
lib-preferences-interface
PRIVATE
wxBase