1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-08 02:29:38 +02:00
Go to file
2024-04-04 22:36:27 +02:00
.vscode Added tasks.json file for MS VisualStudio Code 2018-08-12 20:03:22 +03:00
bin Merge branch 'master' of https://gitlab.com/soundtouch/soundtouch 2018-09-08 18:53:37 +03:00
config Merged typo correction patch 2018-05-12 18:40:56 +03:00
include Allow direct buffer access 2024-04-04 22:35:10 +02:00
source Fix receiveSamples buffer advance if maxSamples is bigger than samplesInBuffer 2024-04-04 22:36:27 +02:00
.gitignore Ignore .vs folders created by Visual Studio 2021-12-04 22:02:06 +01:00
bootstrap dos2unix:ify line endings, source code formatter 2024-03-29 19:42:23 +02:00
CMakeLists.txt Merge pull request 'Use -O3 instead of -Ofast when targeting Emscripten (WebAssembly)' (#29) from fwcd/soundtouch:fix-cmake-emscripten into master 2024-03-03 18:00:19 +00:00
configure.ac automake: Build SoundTouchDLL only if FLOAT samples used 2024-03-29 20:03:34 +02:00
COPYING.TXT Correct fsf address 2021-08-30 19:07:29 +01:00
createsrcpack Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
make-win.bat Windows build: Retargeted to Visual Studio 2019 and Windows 10. Removed obsolete /Gm build option. 2020-02-02 18:58:46 +02:00
Makefile.am dos2unix:ify line endings, source code formatter 2024-03-29 19:42:23 +02:00
README.html Update latest stable version to 2.3.3 2024-03-29 20:49:53 +02:00
readme.md Update latest stable version to 2.3.3 2024-03-29 20:49:53 +02:00
soundtouch.m4 dos2unix:ify line endings, source code formatter 2024-03-29 19:42:23 +02:00
soundtouch.pc.in Added "soundtouch.pc.in" to avoid version number in file names ... retained "soundtouch-1.4.pc.in" for backwards compatibility 2009-12-28 20:59:06 +00:00
SoundTouchConfig.cmake.in fix: fix the CMake config for SoundTouchDLL 2023-12-03 11:24:27 +00:00

SoundTouch library

About

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

  • Change tempo while maintaining the original pitch
  • Change pitch while maintaining the original tempo
  • Change playback rate that affects both tempo and pitch at the same time
  • Change any combination of tempo/pitch/rate

Visit SoundTouch website and see the README file for more information and audio examples.

The latest stable release is 2.3.3

Example

Use SoundStretch example app for modifying wav audio files, for example as follows:

soundstretch my_original_file.wav output_file.wav -tempo=+15 -pitch=-3

See the README file for more usage examples and instructions how to build SoundTouch + SoundStretch.

Ready SoundStretch application executables are available for download for Windows and Mac OS.

Language & Platforms

SoundTouch is written in C++ and compiles in virtually any platform:

  • Windows
  • Mac OS
  • Linux & Unices (including also Raspberry, Beaglebone, Yocto etc embedded Linux flavors)
  • Android
  • iOS
  • embedded systems

The source code package includes dynamic library import modules for C#, Java and Pascal/Delphi languages.

Tarballs

Source code release tarballs:

License

SoundTouch is released under LGPL v2.1:

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

See LGPL v2.1 full license text for details.

--

Also commercial license free of GPL limitations available upon request