#include "iso_synth_types.h"
#include "iso_synth_exception.h"
#include "iso_synth_output_unit.h"
#include "iso_synth_includes.h"
#include <iostream>
Include dependency graph for iso_synth_ate_unit.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | iso |
namespace | iso::synth |
Classes | |
class | iso::synth::ATEUnit |
ATEUnit samples an audio stream at regular intervals and sends the sampled values as events Since there is a brief time lapse between the start of the event target unit and the sending of events by ATEUnit, it is adviced to set the EventTarget to a default value close to the estimated first event sent by ATEUnit, otherwise initial jumps will occur. . More... |