Update version number, other builds, and C API

This commit is contained in:
Chris Cannam
2022-06-29 17:58:09 +01:00
parent c6e4d9a3b2
commit f41c9a257e
10 changed files with 220 additions and 198 deletions

View File

@@ -44,18 +44,19 @@ LIBRARY_SOURCES := \
src/faster/HighFrequencyAudioCurve.cpp \
src/faster/SilentAudioCurve.cpp \
src/faster/PercussiveAudioCurve.cpp \
src/faster/R2Stretcher.cpp \
src/faster/StretcherChannelData.cpp \
src/faster/StretcherImpl.cpp \
src/faster/StretcherProcess.cpp \
src/common/Allocators.cpp \
src/common/BQResampler.cpp \
src/common/FFT.cpp \
src/common/Log.cpp \
src/common/Profiler.cpp \
src/common/Resampler.cpp \
src/common/FFT.cpp \
src/common/Allocators.cpp \
src/common/StretchCalculator.cpp \
src/common/sysutils.cpp \
src/common/Thread.cpp \
src/finer/R3StretcherImpl.cpp
src/finer/R3Stretcher.cpp
LIBRARY_OBJECTS_DEV := $(LIBRARY_SOURCES:.cpp=.dev.o)
LIBRARY_OBJECTS_DEV := $(LIBRARY_OBJECTS_DEV:.c=.dev.o)