MPlayer Audio Visualization
===========================

   This is software is in alpha stage yet. It lacks a good build
   system (configure, automake, ...).


REQUERIMENTS:
============

Software:
 - readline
 - ncurses (readline)
 - SDL
 - SDL_ttf2
 - glib (goom)
 - Linux (not tested on other unices, but should work)
 - gcc (not tested with other compilers)
 - MPlayer compiled with af_export

Hardware:
   A good one. It's a good amount of data/sec and rendering it at
   higher resolution takes CPU. Just as example, my PentiumIV 2.0Ghz
   256mb DDR266 video SiS650 takes about 50%CPU rendering 800x600 @
   24fps.

   Only tested with Pentium IV. Athlon and PPC: please give it a try
   and send patches :)

INSTALL:
=======
   Just type: 
      make install

USAGE:
=====
   You should run:
      mpav [options]
   Options:
      -s, --slave                Turn on slave mode. So you can control it via 
                                 stdin.
      -h, --help                 Show this help.
      -v, --version              Show version.
      -f, --mpfile=FILENAME      MPlayer shared file. The file you gave to 
                                 mplayer -af export.
      -r, --render-plugin=PLUGIN Dynamic loadable plugin that renders sound 
                                 data to screen.
	       
   When running in slave mode, type "help" to get some. But --slave
   commands are:

      quit            Quit.
      exit            Synonym for 'quit'.
      help            Display this help.
      ?               Synonym for 'help'.
      sr              Set resolution. Usage: sr <width> <height>.
      ir              Increase resolution.
      dr              Decrease resolution.
      fs              Toggle full screen.
      m               Toggle message display on screen.
      cm              Create message without shadow and return it's
                      ID. Usage: cm <fontfile> <ptsize> <x> <y> <fgcolor> <msg>.
      cms             Create message with shadow and return it's
                      ID. Usage: cms <fontfile> <ptsize> <x> <y>
		      <fgcolor> <shx> <shy> <shcolor> <msg>.
      lm              List messages.
      dm              Destroy message. Usage: dm <ID>.


   The window also accept some keys:
      q    quit
      TAB  toggle fullscreen
      KP+  increase resolution
      KP-  decrease resolution
      m    toggle messages on screen

LICENSE:
=======
   GNU GPL. See LICENSE file.


AUTHOR:
======
   Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>


BUGS:
====
   You can report bugs to Author or to Freevo Developers mailing list 
<freevo-devel@lists.sourceforge.net>
