diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:41:13 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:41:13 -0400 |
commit | 8bc446ca12e195effdae39c0e94a8c554fe333fa (patch) | |
tree | c33461c968ca6cadda6fb57eea37b7df34d59010 /libraries | |
parent | b8e6d4fcb270c9065ce527ebfaa9d332d1cf19bf (diff) |
libraries/soundtouch: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-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 ecefc34dc362..64e3ad5cf397 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 |