diff options
author | bms <bms@FreeBSD.org> | 2003-10-06 11:54:10 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-10-06 11:54:10 +0000 |
commit | 63a550a671b7eb7bd4a6e5389f5440f66035d7d8 (patch) | |
tree | 282fdf514ea53056ac62a249e71cbd4fd1033204 /audio/linux-f8-arts/pkg-descr | |
parent | f112d1749399190d4b8abe8e3f76a91127beb914 (diff) | |
download | FreeBSD-ports-63a550a671b7eb7bd4a6e5389f5440f66035d7d8.zip FreeBSD-ports-63a550a671b7eb7bd4a6e5389f5440f66035d7d8.tar.gz |
Add the Linux version of the KDE arts sound library (it is an unlikely
dependency for the Dell RAID tools).
Reviewed by: edwin
Diffstat (limited to 'audio/linux-f8-arts/pkg-descr')
-rw-r--r-- | audio/linux-f8-arts/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/linux-f8-arts/pkg-descr b/audio/linux-f8-arts/pkg-descr new file mode 100644 index 0000000..4a0a599 --- /dev/null +++ b/audio/linux-f8-arts/pkg-descr @@ -0,0 +1,12 @@ +Red Hat Linux 8.0 shipping version of the arts library. + +The principle of arts is to create/process sound using small modules which do +certain tasks. These may be create a waveform (oscillators), play samples, +filter data, add signals, perform effects like delay/flanger/chorus, or +output the data to the soundcard. + +By connecting all those small modules together, you can perform complex +tasks like simulating a mixer, generating an instrument or things like +playing a wave file with some effects. + +WWW: http://www.kde.org/ |