diff options
author | naddy <naddy@FreeBSD.org> | 2002-01-18 03:22:41 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-01-18 03:22:41 +0800 |
commit | 30b2c66f1dd8ff7c03c6987ae35c8854ac65a099 (patch) | |
tree | 2b0cfd24724ccd5c03165b615650399b67d7b25d /audio/sox/pkg-descr | |
parent | 52b044c6360eb596b9f3df0c91203d81dfba9a38 (diff) | |
download | freebsd-ports-graphics-30b2c66f1dd8ff7c03c6987ae35c8854ac65a099.tar.gz freebsd-ports-graphics-30b2c66f1dd8ff7c03c6987ae35c8854ac65a099.tar.zst freebsd-ports-graphics-30b2c66f1dd8ff7c03c6987ae35c8854ac65a099.zip |
* Upgrade to 12.17.3. Changes in this version include:
- integrated GSM support
- new soxmix program
* Bump libvorbis version number in LIB_DEPENDS.
* Use new Ogg Vorbis RC3 encoder API.
* Replace incomplete list of supported formats and effects with a general
blurb in DESCR.
* Update home page URL in DESCR.
Reviewed by: Dan Nelson <dnelson@emsphone.com>
Diffstat (limited to 'audio/sox/pkg-descr')
-rw-r--r-- | audio/sox/pkg-descr | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/audio/sox/pkg-descr b/audio/sox/pkg-descr index d0dd386471f..c76071274ee 100644 --- a/audio/sox/pkg-descr +++ b/audio/sox/pkg-descr @@ -1,17 +1,7 @@ -sox translates sound samples between different file formats, -and performs various sound effects. +SoX (also known as Sound eXchange) translates sound samples between +different file formats, and optionally applies various sound effects. +SoX is intended as the Swiss Army knife of sound processing tools. +It doesn't do anything very well, but sooner or later it comes in +very handy. -This release understands "raw" files in various binary formats, -raw textual data, -Sound Blaster .VOC files, IRCAM SoundFile files, SUN Sparcstation -.au files, mutant DEC .au files, Apple/SGI AIFF files, -CD-R (music CD format), Macintosh HCOM files, Sounder files, -NeXT .snd files, SUN ADPCM (compressed) .au files, -and Soundtool (DOS) files. - -The sound effects include changing the sample rate, adding echo -delay lines, applying low-, high, and band-pass filtering, -reversing a sample in order to search for Satanic messages, -and the infamous Fender Vibro effect. - -WWW: http://home.sprynet.com/~cbagwell/sox.html +WWW: http://sox.sourceforge.net/ |