summaryrefslogtreecommitdiff
path: root/audio/ecawave/pkg-descr
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-07 22:41:53 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-07 22:41:53 +0000
commit3fa7e44d2912c9caf23a9a98a9618448a8335b50 (patch)
treec5e5753709c943147b9460b562b07a9724536833 /audio/ecawave/pkg-descr
parentFix $MASTER_SITE_SUBDIR. (diff)
Add ecawave-0.4.1, a simple graphical audio file editor
PR: 30050 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
Notes
Notes: svn path=/head/; revision=51192
Diffstat (limited to 'audio/ecawave/pkg-descr')
-rw-r--r--audio/ecawave/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/ecawave/pkg-descr b/audio/ecawave/pkg-descr
new file mode 100644
index 000000000000..52996e7789d7
--- /dev/null
+++ b/audio/ecawave/pkg-descr
@@ -0,0 +1,12 @@
+Ecawave is a simple graphical audio file editor. The user-interface is
+based on Qt libraries, while almost all audio functionality is taken
+directly from ecasound libraries. As ecawave is designed for editing
+large audio files, all processing is done direct-to-disk. Simple
+waveform caching is used to speed-up file operations. Ecawave supports
+all audio file formats and effect algorithms provided by ecasound
+libraries. This includes OSS, ALSA, aRts, over 20 file formats, over 30
+effect types, LADPSA plugins and multi-operator effect presets.
+
+WWW: http://www.eca.cx/ecawave
+
+- The Anarcat <anarcat@anarcat.dyndns.org>