Calculate actual ratios and hops

This commit is contained in:
Chris Cannam
2022-05-23 17:59:40 +01:00
parent 9d82d58c36
commit 89c8683aaf
9 changed files with 74 additions and 15 deletions

View File

@@ -38,7 +38,6 @@ library_sources = [
'src/faster/HighFrequencyAudioCurve.cpp',
'src/faster/SilentAudioCurve.cpp',
'src/faster/PercussiveAudioCurve.cpp',
'src/faster/StretchCalculator.cpp',
'src/faster/StretcherChannelData.cpp',
'src/faster/StretcherImpl.cpp',
'src/faster/StretcherProcess.cpp',
@@ -46,9 +45,9 @@ library_sources = [
'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/temporary.cpp',
'src/finer/R3StretcherImpl.cpp',
]