Skip to content

Releases: owoudenberg/soundtouch.net

2.3.2

02 Jul 00:22
Compare
Choose a tag to compare
  • bugfix: SoundTouchProcessor.clear() to really clear whole processing pipeline state. Earlier individual variables were left uncleared, which caused slightly different result if the same audio stream were processed again after calling Clear().

  • bugfix: TimeStretch to align initial offset position to be in middle of correlation search window. This ensures that with zero tempo change the output will be same as input.

  • new: SoundTouch.Net.NAudioSupport for NAudio.Core

v2.2.0

22 Oct 20:50
Compare
Choose a tag to compare

Changes:

  • Fixes an exception when changing the pitch repeatedly.
  • Fixes an IndexOutOfRangeException in SoundTouch.PeakFinder
  • Updated to be in line with c++ version of soundtouch.

v2.1.3

09 Jan 12:04
Compare
Choose a tag to compare

Changes:

  • 7d28b05 Set version to 2.1.3
  • ae184a1 Merge pull request #5 from owoudenberg/bugfix/4_bpmdetect
  • bb3608d The data range given to the GetPeakCenter was incorrect, leading to an IndexOutOfBoundsException.

This list of changes was auto generated.

v2.1.2

01 Dec 16:41
Compare
Choose a tag to compare

Changes:

  • 4380e72 * Updated the source-code to be in line with the 2.1.2 c++ release.