~ubuntu-branches/ubuntu/utopic/ardour3/utopic

« back to all changes in this revision

Viewing changes to libs/audiographer/README

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2013-09-21 19:05:02 UTC
  • Revision ID: package-import@ubuntu.com-20130921190502-8gsftrku6jnzhd7v
Tags: upstream-3.4~dfsg
ImportĀ upstreamĀ versionĀ 3.4~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AudioGrapher is Copyright Sakari Bergen 2009-2010
 
2
 
 
3
AudioGrapher is best described as a signal flow management library.
 
4
It includes facilities to build graphs out of signal processing elements.
 
5
Once a graph is set up, all signal flow within the graph happens automatically.
 
6
 
 
7
The data flow model in Audiographer is dynamic instead of synchronous - the type
 
8
and amount of data that goes in to a graph may differ from what comes out.
 
9
AudioGrapher is aimed mostly for usage by developers, as it includes lots of
 
10
facilities that ease the development process.
 
11
 
 
12
The main aim of AudioGrapher is to ease development and debugging of signal flow
 
13
graphs. It makes heavy use of modern C++ techniques like templates, and uses the
 
14
boost libraries a lot.
 
15
 
 
16
The essential classes in AudioGrapher are Sink, Source and ProcessContext. These
 
17
three define the signal flow in a graph. In addition, the core of AudioGrapher
 
18
includes lots of utility classes.
 
19
 
 
20
AudioGrapher includes a bunch of ready Sink, Source and Vertex implementations.
 
21
Some are utilities used when developing more vertices, while others are general
 
22
utilities (file i/o, sample rate conversion etc).
 
 
b'\\ No newline at end of file'