#include <AsyncAudioAmp.h>
Inheritance diagram for Async::AudioAmp:

Definition at line 112 of file AsyncAudioAmp.h.
| Async::AudioAmp::AudioAmp | ( | void | ) | [inline] |
| Async::AudioAmp::~AudioAmp | ( | void | ) | [inline] |
| float Async::AudioAmp::gain | ( | void | ) | const [inline] |
| void Async::AudioAmp::processSamples | ( | float * | dest, | |
| const float * | src, | |||
| int | count | |||
| ) | [inline, protected, virtual] |
Process incoming samples and put them into the output buffer.
| dest | Destination buffer | |
| src | Source buffer | |
| count | Number of samples in the source buffer |
Implements Async::AudioProcessor.
Definition at line 139 of file AsyncAudioAmp.h.
| void Async::AudioAmp::setGain | ( | float | gain_db | ) | [inline] |
Set the gain to use.
| gain_db | The gain given in dB |
Definition at line 129 of file AsyncAudioAmp.h.
1.4.7