stereo
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 127
Stereo 0.0.2 Alpha
Stereo is a Gnome/Mono application to copy mp3 files to mp3 player. more>>
Gnome/Mono application to copy mp3 files to mp3 player
Stereo is a GTK/mono application for copying MP3 files (either from a 3mu type playlist or database search onto an MP3 player than can be seen by Linux as a USB hard drive.
This is the initial alpha release - 0.0.1.
<<lessStereo is a GTK/mono application for copying MP3 files (either from a 3mu type playlist or database search onto an MP3 player than can be seen by Linux as a USB hard drive.
This is the initial alpha release - 0.0.1.
Download (0.12MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1563 downloads
NEStopia pre2
NEStopia project is a NES/Famicom emulator. more>>
NEStopia project is a NES/Famicom emulator.
Main features:
- NEStopia 1.36 core
- Full GUI configuration of all options
- .nes and .unf/.unif ROM support
- .fds Disk System support
- .nsf music player support
- .nst save state support
- .nsv movie play and recording
- .sav battery saving
- All the video filters from the Windows version (NTSC, Scale2x/3x, ScaleHQ 2x/3x/4x)
- Limited configuration of the NTSC filter (via presets)
- Sound volume, output rate, stereo/mono, and OSS/ALSA selection
- Rewind capability, so you can put time into reverse and fix that bad jump or ill-timed use of your last missile
- Keyboard and joypad support, fully remappable via a simple config file
<<lessMain features:
- NEStopia 1.36 core
- Full GUI configuration of all options
- .nes and .unf/.unif ROM support
- .fds Disk System support
- .nsf music player support
- .nst save state support
- .nsv movie play and recording
- .sav battery saving
- All the video filters from the Windows version (NTSC, Scale2x/3x, ScaleHQ 2x/3x/4x)
- Limited configuration of the NTSC filter (via presets)
- Sound volume, output rate, stereo/mono, and OSS/ALSA selection
- Rewind capability, so you can put time into reverse and fix that bad jump or ill-timed use of your last missile
- Keyboard and joypad support, fully remappable via a simple config file
Download (0.033MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
944 downloads
Spectromatic 1.0
Spectromatic is a program for generating spectrograms from audio files. more>>
Spectromatic is a program for generating spectrograms from audio files. Spectrograms are a form of simple time-frequency analysis which lets you see how the distribution of energy at different frequencies in an audio stream change over time. For example, if you play a scale on a musical instrument, you will see a climbing and/or descending pattern of blobs as you move from left to right.
Spectromatic reads its input as mono or stereo 16-bit wave files, and writes the output image to an elongated PNG image (colour for stereo, grayscale for mono audio).
Its very easy. First make sure you have the GNU scientific library (GSL) version 1.0 installed (http://www.gnu.org/software/gsl/), and the PNG library version 2 or later (version 3 is untested, but should work - version 1.x may also work) plus the development versions of these libraries (i.e. the header files etc. - Debian calls these packages libgsl0-dev and
libpng2-dev). If you wish to change the default installation directory, edit the Makefile. Then type "make" followed by "make install". Easy!
To using it may be a bit harder. Refer to the man page for detailed instructions, but basically:
1. get a 16-bit mono or stereo wave file
2. spectromatic file.wav
3. this generates file.png which is the spectrogram. There are lots of options to change the way it generates the image (I recommend spectromatic --inverse --logarithmic --combine LXR file.wav).
<<lessSpectromatic reads its input as mono or stereo 16-bit wave files, and writes the output image to an elongated PNG image (colour for stereo, grayscale for mono audio).
Its very easy. First make sure you have the GNU scientific library (GSL) version 1.0 installed (http://www.gnu.org/software/gsl/), and the PNG library version 2 or later (version 3 is untested, but should work - version 1.x may also work) plus the development versions of these libraries (i.e. the header files etc. - Debian calls these packages libgsl0-dev and
libpng2-dev). If you wish to change the default installation directory, edit the Makefile. Then type "make" followed by "make install". Easy!
To using it may be a bit harder. Refer to the man page for detailed instructions, but basically:
1. get a 16-bit mono or stereo wave file
2. spectromatic file.wav
3. this generates file.png which is the spectrogram. There are lots of options to change the way it generates the image (I recommend spectromatic --inverse --logarithmic --combine LXR file.wav).
Download (0.009MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1188 downloads
streamixer 1.20.0
streamixer contains an audio stream mixer server, tools for monitoring and feeding the server. more>>
streamixer contains an audio stream mixer server, tools for monitoring and feeding the server, and a stream resampling tool with various different interpolation models.
mixer is a stream mixing server.
resample v1.20.0 - Copyright (C) 1992,2006 Bisqwit (http://iki.fi/bisqwit/)
Portions copyright (C) 2001 ImageMagick Studio.
This program is under GPL. streamixer-1.20.0.tar.{gz,bz2}
are available at the homepage of the author.
Usage: /usr/local/bin/resample [ ...]
Reads stdin, writes stdout.
input- and outputspec:
b=8-bit, m=mono, rxxx=xxx Hz, examples:
"" = 16-bit 44100 Hz stereo
m = 16-bit 44100 Hz mono
b = 8-bit 44100 Hz stereo
mb = 8-bit 44100 Hz mono
mr22050 = 16-bit 22050 Hz mono
br22050 = 8-bit 22050 Hz stereo
etc. - must not be used.
Options:
--help, -h Help
--version, -V Version information
--blur, -b Blur: 0=normal, >0=blur (cpu intensive)
--lflip, -L Flip left channel
--rflip, -R Flip right channel
--ldouble Multiply left channel amplitude by 2
--rdouble Multiply right channel amplitude by 2
--sharpen, -s Equivalent to giving negative number to --blur
--filter, -f Select filter (interpolation scheme)
Available filters:
none, linear, triangle, hermite, hanning, hamming,
blackman, gaussian, quadratic, cubic, catrom, mitchell,
lanczos, bessel, sinc
Recommended filters: linear, lanczos, none
Enhancements:
- This release fixes the programs to work on the x86_64 architecture.
- The latency of the resample program was decreased by decreasing the buffer sizes.
<<lessmixer is a stream mixing server.
resample v1.20.0 - Copyright (C) 1992,2006 Bisqwit (http://iki.fi/bisqwit/)
Portions copyright (C) 2001 ImageMagick Studio.
This program is under GPL. streamixer-1.20.0.tar.{gz,bz2}
are available at the homepage of the author.
Usage: /usr/local/bin/resample [ ...]
Reads stdin, writes stdout.
input- and outputspec:
b=8-bit, m=mono, rxxx=xxx Hz, examples:
"" = 16-bit 44100 Hz stereo
m = 16-bit 44100 Hz mono
b = 8-bit 44100 Hz stereo
mb = 8-bit 44100 Hz mono
mr22050 = 16-bit 22050 Hz mono
br22050 = 8-bit 22050 Hz stereo
etc. - must not be used.
Options:
--help, -h Help
--version, -V Version information
--blur, -b Blur: 0=normal, >0=blur (cpu intensive)
--lflip, -L Flip left channel
--rflip, -R Flip right channel
--ldouble Multiply left channel amplitude by 2
--rdouble Multiply right channel amplitude by 2
--sharpen, -s Equivalent to giving negative number to --blur
--filter, -f Select filter (interpolation scheme)
Available filters:
none, linear, triangle, hermite, hanning, hamming,
blackman, gaussian, quadratic, cubic, catrom, mitchell,
lanczos, bessel, sinc
Recommended filters: linear, lanczos, none
Enhancements:
- This release fixes the programs to work on the x86_64 architecture.
- The latency of the resample program was decreased by decreasing the buffer sizes.
Download (0.046MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1171 downloads
Trommler 3.7
Trommler is an X-based drum machine. more>>
Trommler is an X-based drum machine with the following features: use of 16 bit 44100kHz mono drum samples, realtime audio output using the /dev/dsp device on Linux machines (or audio output to file), a variable number of beats per pattern, volume adjustment of drum samples, stereo panning of (mono) drum samples, and more.
The distribution comes with a binary "trommler". Just starting this binary should work in most cases. Because of space problems the binary is compiled dynamically and you will need a recent version of gtk (see next section).
If you have downloaded the Trommler tar file and the binary provided there does not work for you or you want to modify Trommler you need to recompile it.
Before you type make, say "make dep". You will need the gimp toolkit header files and
libraries to compile and link Trommler. If the compiler complains about the functions
`gtk_entry_set_max_length and `gtk_entry_set_editable being undefined you need to get a newer version of the gimp toolkit. If gtk_scrolled_window_add_with_viewport is undefined you can try to use gtk_container_add instead.
Main features:
- Distributed under the GPL.
- Works under Linux and BSD.
- Graphical user interface based on gtk 2.0.
- Supporty complex rhythms (variable number of beats per pattern)
- Virtual drum "@ACCENT" to emphasize certain beats.
- 16 bit 44100kHz mono drum samples (individual stereo panning and volume
- adjustment)
- Realtime (stereo) audio output using the OSS API.
- Alternatively, audio output to file.
<<lessThe distribution comes with a binary "trommler". Just starting this binary should work in most cases. Because of space problems the binary is compiled dynamically and you will need a recent version of gtk (see next section).
If you have downloaded the Trommler tar file and the binary provided there does not work for you or you want to modify Trommler you need to recompile it.
Before you type make, say "make dep". You will need the gimp toolkit header files and
libraries to compile and link Trommler. If the compiler complains about the functions
`gtk_entry_set_max_length and `gtk_entry_set_editable being undefined you need to get a newer version of the gimp toolkit. If gtk_scrolled_window_add_with_viewport is undefined you can try to use gtk_container_add instead.
Main features:
- Distributed under the GPL.
- Works under Linux and BSD.
- Graphical user interface based on gtk 2.0.
- Supporty complex rhythms (variable number of beats per pattern)
- Virtual drum "@ACCENT" to emphasize certain beats.
- 16 bit 44100kHz mono drum samples (individual stereo panning and volume
- adjustment)
- Realtime (stereo) audio output using the OSS API.
- Alternatively, audio output to file.
Download (0.82MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1194 downloads
erec 2.2.0.1
erec is a tool program for recording raw audio stream from the soundcard. more>>
erec is a tool program for recording raw audio stream from the soundcard.Multiple instances of erec can be running at the same time sharing the same audio device. It works as a frontend to the sound card for programs wishing to listen at the same time.
Note: For best quality, it might be wise to always record 44.1 kHz 16-bit stereo (-6r44100) and resample the result with an external program like resample to produce the wanted sample rate.
erec has been written by Joel Yliluoma, a.k.a. Bisqwit, and is distributed under the terms of the General Public License (GPL).
erec uses tcp connections between the server (first launched erec by server) and client (all listeners). The ports are calculated from the device filename by a magic formula, which results in these ports for these examples: /dev/dsp: 6130, /dev/dsp1: 6179
<<lessNote: For best quality, it might be wise to always record 44.1 kHz 16-bit stereo (-6r44100) and resample the result with an external program like resample to produce the wanted sample rate.
erec has been written by Joel Yliluoma, a.k.a. Bisqwit, and is distributed under the terms of the General Public License (GPL).
erec uses tcp connections between the server (first launched erec by server) and client (all listeners). The ports are calculated from the device filename by a magic formula, which results in these ports for these examples: /dev/dsp: 6130, /dev/dsp1: 6179
Download (0.025MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1192 downloads
gtuner 0.4.0
gtuner is a GTK+/GNOME radio controller. more>>
gtuner is a GTK+/GNOME radio controller.
Main features:
- Nice X windows gui using gtk
- Gui configurable via a scripting language which enables any combination of windows and widgets to be created.
- The program aims to be fully gui configurable, which means no editing of config files. Just point and click. (Not complete)
- Each device is actually a plugin that can be run time loaded and unloaded. You can therefore switch between cards without restarting.
- A control plugin interface with which you can write plugins to control gtuner.
- An almost unlimited number of channel presets are supported. (only first 999 can be used in the alarm though :-)
- A 7 day configurable alarm that can turn on any station you like on any day at any time.
- A sleep timer which turns off the radio after a specfied time.
- Support for kernel video for linux drivers via plugin.
- Full stereo support (if the driver can do it)
- Can be compiled with or without GNOME support.
- With gnome support is an optional mode that lets gtuner use the panel.
- The panel applet has various modes: Off, None, Text, Skined.
- The skined applet style is themeable and has support for XShape extensions.
<<lessMain features:
- Nice X windows gui using gtk
- Gui configurable via a scripting language which enables any combination of windows and widgets to be created.
- The program aims to be fully gui configurable, which means no editing of config files. Just point and click. (Not complete)
- Each device is actually a plugin that can be run time loaded and unloaded. You can therefore switch between cards without restarting.
- A control plugin interface with which you can write plugins to control gtuner.
- An almost unlimited number of channel presets are supported. (only first 999 can be used in the alarm though :-)
- A 7 day configurable alarm that can turn on any station you like on any day at any time.
- A sleep timer which turns off the radio after a specfied time.
- Support for kernel video for linux drivers via plugin.
- Full stereo support (if the driver can do it)
- Can be compiled with or without GNOME support.
- With gnome support is an optional mode that lets gtuner use the panel.
- The panel applet has various modes: Off, None, Text, Skined.
- The skined applet style is themeable and has support for XShape extensions.
Download (0.21MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1360 downloads
ArcheOS 1.0.1
ArcheOS is the acronym of Archeological Operating System. more>>
ArcheOS is the acronym of Archeological Operating System. ArcheOS distribution is a GNU/Linux live distribution built for archaeological aims and based on PCLinuxOS.
Here you can download the .iso image. To run ArcheOS, you have to burn a DVD with archeos_1-0-1.iso and put it inside your DVD reader. Than restart the computer. It is also possible to install ArcheOs on your hardisk (click on the install ArcheOS icon).
ArcheOS is developed following the Oparc project guidelines and its released under the General Public License (GPL).
The archaeological applications included in ArcheOS are:
- QCAD
- Blender (3D)
- Gimp (raster)
- Inkscape (vector)
- Skencill (vector)
- PostreSQL
- PostGIS
- Pgaccess
- GRASS
- Quantum GIS
- Jump
- Saga
- GPSdrive
- OpenOffice
- Stereo,
- e-foto
- R
<<lessHere you can download the .iso image. To run ArcheOS, you have to burn a DVD with archeos_1-0-1.iso and put it inside your DVD reader. Than restart the computer. It is also possible to install ArcheOs on your hardisk (click on the install ArcheOS icon).
ArcheOS is developed following the Oparc project guidelines and its released under the General Public License (GPL).
The archaeological applications included in ArcheOS are:
- QCAD
- Blender (3D)
- Gimp (raster)
- Inkscape (vector)
- Skencill (vector)
- PostreSQL
- PostGIS
- Pgaccess
- GRASS
- Quantum GIS
- Jump
- Saga
- GPSdrive
- OpenOffice
- Stereo,
- e-foto
- R
Download (1100MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1388 downloads
SQMixer 0.6.1
SQMixer is an audio mixer for OSS-compatible drivers that uses QT. more>>
SQMixer is an audio mixer for OSS-compatible drivers that uses QT.
Some systems require unusual options for compilation or linking that the `configure script does not know about. You can give `configure initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like
this:
CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
Or on systems that have the `env program, you can do it in this way:
env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
Main features:
- GUI in QT
- 1 fader on mono channel / 2 faders on stereo channel
- muting on each channel
- each channel can be hidden
Enhancements:
- all important parameters can be saved in a configfile
- channels can be labeled individually
<<lessSome systems require unusual options for compilation or linking that the `configure script does not know about. You can give `configure initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like
this:
CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
Or on systems that have the `env program, you can do it in this way:
env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
Main features:
- GUI in QT
- 1 fader on mono channel / 2 faders on stereo channel
- muting on each channel
- each channel can be hidden
Enhancements:
- all important parameters can be saved in a configfile
- channels can be labeled individually
Download (0.37MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1176 downloads
Alsa-Nyser 0.9
Alsa-Nyser is an Real Time Audio Analyser that displays several informations about sound. more>>
Alsa-Nyser is an Real Time Audio Analyser that displays several informations about sound. These informations are:
Signals of the chanels
Phase of sound in 1D and 2D representation
Spectrum in full band
Spectrum in 1/3 octavia displaying frequency in Stereo or Mono reducted sound
Frequency of the peak signal (2 peaks frequency in stereo mode)
Stereo Meters
For the moment, each of the specifications described can be displayed by the program in real time. But I have to work (and compare) on the reality of what is displayed (calculated) by the soft considering the theory of sound analysis. There is still work on the frequency analyser and real meters level displaying (peak and mean levels).
<<lessSignals of the chanels
Phase of sound in 1D and 2D representation
Spectrum in full band
Spectrum in 1/3 octavia displaying frequency in Stereo or Mono reducted sound
Frequency of the peak signal (2 peaks frequency in stereo mode)
Stereo Meters
For the moment, each of the specifications described can be displayed by the program in real time. But I have to work (and compare) on the reality of what is displayed (calculated) by the soft considering the theory of sound analysis. There is still work on the frequency analyser and real meters level displaying (peak and mean levels).
Download (0.057MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1180 downloads
pyTrommler 1.0
pyTrommler is a cross platform drum machine that is loosely based on the now defunct Trommler project. more>>
pyTrommler is a cross platform drum machine that is loosely based on the now defunct Trommler project. pyTrommler supports WAV files as samples and features real-time audio playback.
Main features:
- Distributed under the GPL.
- Works under Linux, BSD, Windows.
- Graphical user interface based on GTK.
- Supporty complex rhythms (variable number of beats per pattern)
- Virtual drum "@ACCENT" to emphasize certain beats.
- 16 bit 44100kHz mono or stereo drum samples (individual stereo panning and volume adjustment)
- Realtime (stereo) audio output using SDL library.
- Alternatively, audio output to a wav file.
Enhancements:
- This release cleans up a lot of minor bugs and adds real time pattern/beat tracking.
<<lessMain features:
- Distributed under the GPL.
- Works under Linux, BSD, Windows.
- Graphical user interface based on GTK.
- Supporty complex rhythms (variable number of beats per pattern)
- Virtual drum "@ACCENT" to emphasize certain beats.
- 16 bit 44100kHz mono or stereo drum samples (individual stereo panning and volume adjustment)
- Realtime (stereo) audio output using SDL library.
- Alternatively, audio output to a wav file.
Enhancements:
- This release cleans up a lot of minor bugs and adds real time pattern/beat tracking.
Download (1.8MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1092 downloads
QARecord 0.0.9b
QARecord is a simple multithreaded stereo recording tool. more>>
QARecord is a simple multithreaded stereo recording tool. QARecord project can record both 16 bit and 32 bit WAVs.
By using a large ringbuffer for the captured data, buffer overruns are avoided. QARecord can also be used as JACK client.
<<lessBy using a large ringbuffer for the captured data, buffer overruns are avoided. QARecord can also be used as JACK client.
Download (0.016MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1354 downloads
QMetronome 0.1
QMetronome is a skinnable metronome for Qt licenced under the GPL. more>>
QMetronome is a skinnable metronome for Qt licenced under the GPL.
The qualitiy of the prepackaged skins are questionable but it is easy to make your own. I made this metronome when I was learning the rythms of Flamenco on the guitar.
Therefore, it has up to twelve beats per "bar" and clicks with accents.
Main features:
- Three click sounds: one, accent and ordinary. Configurable.
- Four to twelve beats per round.
- Timing precision only limited by your soundcard and drivers.
Version restrictions:
- All three click sounds must be in the same format (bits, hz, mono/stereo),
- otherwise strange things will happen. Will be fixed in the next version.
<<lessThe qualitiy of the prepackaged skins are questionable but it is easy to make your own. I made this metronome when I was learning the rythms of Flamenco on the guitar.
Therefore, it has up to twelve beats per "bar" and clicks with accents.
Main features:
- Three click sounds: one, accent and ordinary. Configurable.
- Four to twelve beats per round.
- Timing precision only limited by your soundcard and drivers.
Version restrictions:
- All three click sounds must be in the same format (bits, hz, mono/stereo),
- otherwise strange things will happen. Will be fixed in the next version.
Download (0.14MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1197 downloads
Louderbox 0.1.0
Louderbox is a complete 8 band audio processor. more>>
Louderbox is a complete 8 band audio processor. Louderbox is intended to be used with software stereo and R[B]DS generators (but perfectly usable for other things (such as web "radio") using the jack audio connection kit under Linux (and possibly other systems but this is untested).
It has 2 inputs and 5 outputs: The inputs are obviously L,R, outputs are 2 Monitor outputs (before pre em), 2 transmitter feed outputs (post pre em), and a mono logging output which is just a mix of the monitor feeds.
<<lessIt has 2 inputs and 5 outputs: The inputs are obviously L,R, outputs are 2 Monitor outputs (before pre em), 2 transmitter feed outputs (post pre em), and a mono logging output which is just a mix of the monitor feeds.
Download (0.20MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1363 downloads
SDL_mixer 1.2.7
SDL_mixer is a sample multi-channel audio mixer library. more>>
SDL_mixer is a sample multi-channel audio mixer library. SDL_mixer supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.
Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."
Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.
SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.
<<lessSimple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."
Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.
SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.
Download (0.078MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1270 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above stereo search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed