wok diff soundtouch/description.txt @ rev 25502

Up memtest-efi* (6.01)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 15 09:58:15 2023 +0000 (17 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/soundtouch/description.txt	Sun Jan 15 09:58:15 2023 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +SoundTouch is an open-source audio processing library for
     1.5 +changing the Tempo, Pitch and Playback Rates of audio
     1.6 +streams or audio files.
     1.7 +The library additionally supports estimating stable
     1.8 +beats-per-minute rates for audio tracks.
     1.9 +
    1.10 +- Tempo (time stretch): Changes the sound to play at
    1.11 +  faster or slower tempo than originally without affecting
    1.12 +  the sound pitch.
    1.13 +- Pitch (key): Changes the sound pitch or key while
    1.14 +  keeping the original tempo (speed).
    1.15 +- Playback Rate: Changes both tempo and pitch together as
    1.16 +  if a vinyl disk was played at different RPM rate.
    1.17 +
    1.18 +The SoundTouch library is intended  for application
    1.19 +developers writing sound processing tools that require
    1.20 +tempo or pitch control functionality, or just for playing
    1.21 +around with the sound effects.