diff options
author | augustss <augustss@pkgsrc.org> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 1997-10-28 23:18:20 +0000 |
commit | 4daa64a62986fd842753a48935d3c8adf6758d93 (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/sox/pkg | |
parent | 4434fa54eccf4fa0896d9f01cd93c91ab718ec2c (diff) | |
download | pkgsrc-4daa64a62986fd842753a48935d3c8adf6758d93.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/sox/pkg')
-rw-r--r-- | audio/sox/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/sox/pkg/DESCR | 15 | ||||
-rw-r--r-- | audio/sox/pkg/PLIST | 2 |
3 files changed, 18 insertions, 0 deletions
diff --git a/audio/sox/pkg/COMMENT b/audio/sox/pkg/COMMENT new file mode 100644 index 00000000000..85288a2b2fd --- /dev/null +++ b/audio/sox/pkg/COMMENT @@ -0,0 +1 @@ +SOund eXchange - universal sound sample translator. diff --git a/audio/sox/pkg/DESCR b/audio/sox/pkg/DESCR new file mode 100644 index 00000000000..01c81932b85 --- /dev/null +++ b/audio/sox/pkg/DESCR @@ -0,0 +1,15 @@ +sox translates sound samples between different file formats, +and performs various sound effects. + +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. diff --git a/audio/sox/pkg/PLIST b/audio/sox/pkg/PLIST new file mode 100644 index 00000000000..8a16686b665 --- /dev/null +++ b/audio/sox/pkg/PLIST @@ -0,0 +1,2 @@ +bin/sox +man/man1/sox.1.gz |