#include <AudioOut.h>
◆ AudioOut()
◆ ~AudioOut()
◆ bufferingSize() [1/2]
| int AudioOut::bufferingSize |
( |
| ) |
|
◆ bufferingSize() [2/2]
| void AudioOut::bufferingSize |
( |
int | nBuffering | ) |
|
Sets the Frame Size for output
◆ getAudioEn()
| virtual bool AudioOut::getAudioEn |
( |
| ) |
const |
|
pure virtual |
◆ getNext()
Get the next sample for output. (has nsamples sampled at a rate of samplerate)
◆ getSampleRate()
| int AudioOut::getSampleRate |
( |
| ) |
|
Sets the Samples required per Out of this driver not a realtime opperation
◆ setAudioEn()
| virtual void AudioOut::setAudioEn |
( |
bool | nval | ) |
|
|
pure virtual |
◆ setBufferSize()
| void AudioOut::setBufferSize |
( |
int | _bufferSize | ) |
|
◆ setSamplerate()
| void AudioOut::setSamplerate |
( |
int | _samplerate | ) |
|
Sets the Sample Rate of this Output (used for getNext()).
◆ bufferSize
◆ samplerate
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Nio/AudioOut.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Nio/AudioOut.cpp