diff options
author | zuntum <zuntum> | 2001-11-01 00:17:43 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:17:43 +0000 |
commit | 1c66d61116d666968d5d32868f56197282a8215d (patch) | |
tree | d4386dbce28f01eeb55f8ca8a2aa60ffd8c64648 /audio/xwave/DESCR | |
parent | f8a5964311adc600d2e19ec537233919dfe3673a (diff) | |
download | pkgsrc-1c66d61116d666968d5d32868f56197282a8215d.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'audio/xwave/DESCR')
-rw-r--r-- | audio/xwave/DESCR | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/xwave/DESCR b/audio/xwave/DESCR new file mode 100644 index 00000000000..414c00205c0 --- /dev/null +++ b/audio/xwave/DESCR @@ -0,0 +1,36 @@ + +xwave - an audio player, recorder, editor for the XWindow System + + Copyright (C) 1996 Kai Kollmorgen + (kkollmor@informatik.uni-rostock.de) + + +This is an alpha release, so be patient. +Many of the features i wanted to include are not there at this time. +I have not heavy tested the installation and xwave on different systems, +so it is possible that xwave will not compile or run on your system. + +I have used some libs from other authors, the copyrights and notes are in +the different directories. + +The Userinterface of xwave is based on the Athena Widget Set and some +Widgets from FWF. The application defaults are optimized for work with +Xaw3d (replaces the Xaw for 3d look), +so if you don't use Xaw3d you will probably modify the resources. + +Features: + - multiple files + - overview window + - zoom window + - mark, cut, copy, paste, merge + - echo, reverse, swap, resample, volume (absolute, dynamic + compressor) + - stop record on demand + - raw, wav, au, aiff, aifc (PCM,ALAW,ULAW,ADPCM <- not all + implementations) + - files of every length + +INSTALL: + If your /tmp is too small for handling temporary files, set + the X ressource XWave*tdir to some big directory (Either in + /usr/X11R6/lib/X11/app-defaults/XWave or your ~/.Xdefaults) |