Skip to content
Olaf edited this page Jul 3, 2016 · 1 revision

The SoundTouch Library is originally written by Olli Parviainen in C++. Although a .NET wrapper library is available, this library aims to be a complete rewrite in C#.

SoundTouch is an open-source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other, i.e.:

  • Sound tempo can be increased or decreased while maintaining the original pitch
  • Sound pitch can be increased or decreased while maintaining the original tempo
  • Change playback rate that affects both tempo and pitch at the same time
  • Choose any combination of tempo/pitch/rate

Original SoundTouch C++ project: http://www.surina.net/soundtouch

Clone this wiki locally