Menu

Tree [aeee1b] master /
 History

HTTPS access


File Date Author Commit
 CMakeModules 2011-06-23 pelzrutsche pelzrutsche [75f195] path bugfix + doc update (ready for doxygen)
 res 2011-06-30 pelzrutsche pelzrutsche [ad65f4] VisFactory becomes VisualizerFactory; added UML
 src 2011-06-30 pelzrutsche pelzrutsche [ad65f4] VisFactory becomes VisualizerFactory; added UML
 test 2011-06-30 pelzrutsche pelzrutsche [aeee1b] adapted tests
 CMakeLists.txt 2011-06-30 pelzrutsche pelzrutsche [1360cb] renamed project to AuVis/auvis
 README 2011-06-30 pelzrutsche pelzrutsche [ad65f4] VisFactory becomes VisualizerFactory; added UML

Read Me

/**
@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"
*/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.