diff options
-rw-r--r-- | libraries/soundtouch/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libraries/soundtouch/README b/libraries/soundtouch/README index ecefc34dc3..64e3ad5cf3 100644 --- a/libraries/soundtouch/README +++ b/libraries/soundtouch/README @@ -1,7 +1,8 @@ -SoundTouch is an open-source audio processing library that allows changing -the sound tempo, pitch, and playback rate parameters independently from each -other. For example: -- tempo can be increased or decreased while maintaining the original pitch -- pitch can be increased or decreased while maintaining the original tempo -- Change playback rate that affects both tempo and pitch at the same time +SoundTouch is an open-source audio processing library that allows +changing the sound tempo, pitch, and playback rate parameters +independently from each other. For example: + +- tempo can be increased/decreased while maintaining the original pitch +- pitch can be increased/decreased while maintaining the original tempo +- Change playback rate, affects both tempo and pitch at the same time - Choose any combination of tempo/pitch/rate |