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

@@ -147,17 +147,18 @@
<ClCompile Include="..\src\faster\SilentAudioCurve.cpp" />
<ClCompile Include="..\src\faster\PercussiveAudioCurve.cpp" />
<ClCompile Include="..\src\faster\StretcherChannelData.cpp" />
<ClCompile Include="..\src\faster\StretcherImpl.cpp" />
<ClCompile Include="..\src\faster\R2Stretcher.cpp" />
<ClCompile Include="..\src\faster\StretcherProcess.cpp" />
<ClCompile Include="..\src\common\BQResampler.cpp" />
<ClCompile Include="..\src\common\Profiler.cpp" />
<ClCompile Include="..\src\common\Resampler.cpp" />
<ClCompile Include="..\src\common\FFT.cpp" />
<ClCompile Include="..\src\common\Log.cpp" />
<ClCompile Include="..\src\common\Allocators.cpp" />
<ClCompile Include="..\src\common\StretchCalculator.cpp" />
<ClCompile Include="..\src\common\sysutils.cpp" />
<ClCompile Include="..\src\common\Thread.cpp" />
<ClCompile Include="..\src\finer\R3StretcherImpl.cpp" />
<ClCompile Include="..\src\finer\R3Stretcher.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">