diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-10 15:56:42 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-10 15:56:42 +0000 |
commit | 996592e1ee010258f7f51725a318f2a06636c0e1 (patch) | |
tree | 9a66089accbd91a7f73860e61ab8774c70d4b3b8 /audio/Makefile | |
parent | 69664b7d510addceb8e4e9eca94e9e03eb38f510 (diff) | |
download | ports-996592e1ee010258f7f51725a318f2a06636c0e1.tar.gz ports-996592e1ee010258f7f51725a318f2a06636c0e1.zip |
Add xmms-fxt.
FX Toolbox plugin for XMMS.
People who enjoyed EaglePlayer II on Amiga, may remember the 8-bit Amplifier,
which featured a nice Surround effect. This plugin is an attempt to recreate
the same effect, plus some other goodies.
About the surround effect: it works like a cross echo. Some amount of the left
channel is delayed of some milliseconds, then added to the right channel, and
vice-versa.
* Provide a feeling of bigger room (that's what they said :).
* Reduce ear pressure when using headphones, especially with mods (try it to
understand).
* Despite being nearly a stereo -> mono effect, you can still locate the sound
in space, thanks to the delay.
WWW: http://xmms-fxt.sourceforge.net/
PR: ports/82053
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Notes
Notes:
svn path=/head/; revision=137201
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index ad03eb0f79a4..eedcae91684b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -513,6 +513,7 @@ SUBDIR += xmms-faad SUBDIR += xmms-fc SUBDIR += xmms-flac + SUBDIR += xmms-fxt SUBDIR += xmms-imms SUBDIR += xmms-infopipe SUBDIR += xmms-jack |