wok view soundtouch/description.txt @ rev 25444

Up firefox-official (104.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 04 18:56:05 2022 +0000 (21 months ago)
parents
children
line source
1 SoundTouch is an open-source audio processing library for
2 changing the Tempo, Pitch and Playback Rates of audio
3 streams or audio files.
4 The library additionally supports estimating stable
5 beats-per-minute rates for audio tracks.
7 - Tempo (time stretch): Changes the sound to play at
8 faster or slower tempo than originally without affecting
9 the sound pitch.
10 - Pitch (key): Changes the sound pitch or key while
11 keeping the original tempo (speed).
12 - Playback Rate: Changes both tempo and pitch together as
13 if a vinyl disk was played at different RPM rate.
15 The SoundTouch library is intended for application
16 developers writing sound processing tools that require
17 tempo or pitch control functionality, or just for playing
18 around with the sound effects.