From ec9ba968f5483d855bdbd65711d287349ba9e792 Mon Sep 17 00:00:00 2001 From: oparviai Date: Fri, 10 Nov 2017 16:38:36 +0000 Subject: [PATCH] Added BPMDetect functions to SoundTouchDll API --- README.html | 2 + include/SoundTouch.h | 4 +- source/SoundTouchDLL/SoundTouchDLL.cpp | 102 +++++++++++++++++- source/SoundTouchDLL/SoundTouchDLL.h | 30 ++++++ source/csharp-example/SoundTouch.cs | 141 ++++++++++++++++++++++++- 5 files changed, 274 insertions(+), 5 deletions(-) diff --git a/README.html b/README.html index 4e6f91b..28d3a89 100644 --- a/README.html +++ b/README.html @@ -580,6 +580,8 @@ this corresponds to lowering the pitch by -0.318 semitones:

SOUNDTOUCH_PREVENT_CLICK_AT_RATE_CROSSOVER defined because anti-alias filter cause slight click if the rate change crosses zero during processing +
  • Added script for building SoundTouchDll dynamic-link-library for GNU platforms
  • +
  • Added BPM functions to SoundTouchDll API
  • 2.0: