diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-15 14:08:38 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-15 14:08:38 +0000 |
commit | 842ab2252d07d66483570330aa7fa5c43d614ecc (patch) | |
tree | 8b50de12b08e74aa7df9e495f9dc62c78a12722a /audio/soundtouch/pkg-descr | |
parent | Fix SDK part, so that really usable (diff) |
Add SoundTouch 1.3.0, an open-source audio processing library for changing
the Tempo, Pitch and Playback Rates of audio streams or files.
WWW: http://sky.prohosting.com/oparviai/soundtouch/
Diffstat (limited to 'audio/soundtouch/pkg-descr')
-rw-r--r-- | audio/soundtouch/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/soundtouch/pkg-descr b/audio/soundtouch/pkg-descr new file mode 100644 index 000000000000..635f98642d60 --- /dev/null +++ b/audio/soundtouch/pkg-descr @@ -0,0 +1,17 @@ +SoundTouch is an open-source audio processing library for changing the +Tempo, Pitch and Playback Rates of audio streams or files: + + * Tempo (time-stretch): Changes the sound to play at faster or slower + speed than original, without affecting the sound pitch + * Pitch (key): Changes the sound pitch or key, without affecting the + sound tempo or speed + * Playback Rate: Changes both the sound tempo and pitch, as if an LP + disc was played at wrong RPM rate + +The SoundTouch library is suited for application developers writing sound +processing tools that require tempo/pitch control functionality, or just for +playing around with the sound effects. The source kit includes also an +example utility SoundStretch that allows processing .WAV audio files with +command-line interface. + +WWW: http://sky.prohosting.com/oparviai/soundtouch/ |