/**
@mainpage AuVis An Audio data Visualizer
@section sec_intro Introduction
AuVis is a short command-line program that generates static images based
on the audio data read from a WAVE resource. This can be useful when you
want to get a quick overview on how loud an audio file is at certain
positions. @b AuVis comes with different visualizers that rely on
<a href="http://www.imagemagick.org">ImageMagick</a> in order to write PNG files.
In order to specify the level of detail, it is possible to define a custom @c PPS (points per seconds)
value. @b AuVis has been tested to compile and run successfully on Mac OS X
and Microsoft Windows.
@author IceSheep
@author JCH
@author zitscher
@author WP
@author spyfalcon
@version 0.1-alpha
@section sed_dep Dependencies
- <a href="">boost</a>
- foreach + shared_ptr
- program_options
- filesystem
- signals
- system
- <a href="http://www.imagemagick.org">ImageMagick</a> (Magick++)
@section sec_usage Usage
For usage information, execute
@code
$ muvis --help
@endcode
@section sec_design Design
@image html application.png "UML diagram of the application design"
*/