summaryrefslogtreecommitdiffstats
path: root/audio-plugins/oddcastv2_xmms/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-plugins/oddcastv2_xmms/DETAILS')
-rwxr-xr-xaudio-plugins/oddcastv2_xmms/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio-plugins/oddcastv2_xmms/DETAILS b/audio-plugins/oddcastv2_xmms/DETAILS
new file mode 100755
index 0000000000..d2944790fa
--- /dev/null
+++ b/audio-plugins/oddcastv2_xmms/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=oddcastv2_xmms
+ VERSION=2.0.14
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_URL[0]=http://www.oddsock.org/tools/$SPELL/$SOURCE
+ WEB_SITE=http://www.oddsock.org/tools/oddcastv2_xmms/
+ MAINTAINER=xiticix47@hotmail.com
+ ENTERED=20030918
+ UPDATED=20030918
+ MD5[0]=bf145470071e859c2ed37ab11dc45eb3
+ LICENSE[0]=GPL
+ SHORT="oddcastv2 for xmms allows streaming to icecast"
+cat << EOF
+OddcastV2 - XMMS is made up of two separate programs. The first is an XMMS effect plugin does the very simple task of taking the audio data from XMMS and sending it to the second program which is a standalone program called (aptly enough) "oddcastv2". "oddcastv2" is the wxWindow UI standalone program which is responsible for taking the raw audio data (fed to it via the effect plugin) and converting it to the appropriate compressed audio codec (MP3 and Vorbis supported) and then sending it out to the appropriate streaming server (Shoutcast, Icecast1.x, Icecast2 supported). "oddcastv2" will also perform things like resampling (going from 44kHz to 22kHz or to 32kHz) as well as channel down/upmixing (converting from Mono to Stereo and vice-versa).
+
+The XMMS effect plugin sends the data to "oddcastv2" via a defined named pipe. The Effect plugin has only one configuration option and that is for the name of this named pipe. "oddcastv2" has a *ton* of options, and is, in general, kinda difficult to configure, but not overly-so (hopefully).
+EOF