Mercurial > mplayer.hg
view Gui/mplayer/gtk/fs.h @ 4927:3022570ad7d4
Extrastereo plugin: increases linearly the difference between left and right
channels (as the XMMS extrastereo plugin) which has some of "live" effect (use
it to hear what I mean)
ex: mplayer media.avi -aop list=extrastereo[:mul=3.4]
The default coefficient (mul) is a float number that defaults to 2.5. If you
set it to 0.0, you will have a mono sound (average of both channels), if you
set it to 1.0, you will have unchanged sound.
A patch for DOCS/sound.html is about to be sent to Gabucino.
author | pl |
---|---|
date | Sun, 03 Mar 2002 14:17:53 +0000 |
parents | 93351eec9f1f |
children | b9651eb9749e |
line wrap: on
line source
#ifndef __GUI_FS_H #define __GUI_FS_H #include <gtk/gtk.h> #define fsVideoSelector 0 #define fsSubtitleSelector 1 #define fsOtherSelector 2 extern void HideFileSelect( void ); extern void ShowFileSelect( int type ); extern GtkWidget * create_FileSelect( void ); #endif