|
Marsyas
0.6.0-alpha
|
Stabilised auditory image. More...
#include <AimSAI.h>
Inherits MarSystem.
Public Member Functions | |
| void | addControls () |
| AimSAI (std::string name) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~AimSAI () | |
Stabilised auditory image.
Author : Thomas Walters <tom@acousticscale.org>
Ported to Marsyas by Steven Ness <sness@sness.net>
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
| AimSAI | ( | std::string | name | ) |
Definition at line 27 of file AimSAI.cpp.
| ~AimSAI | ( | ) |
Definition at line 54 of file AimSAI.cpp.
| void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 65 of file AimSAI.cpp.
Implements MarSystem.
Definition at line 59 of file AimSAI.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 260 of file AimSAI.cpp.
1.7.6.1