Public Member Functions | |
| AudioLoopPulseAudio (DSPNetwork &dsp, const std::shared_ptr< ModuleOutCollect > &collect) | |
| virtual bool | isRunning () const |
| Check if the audio IO is operational. | |
| virtual std::size_t | outChannels () const |
| Returns the number of output channels in the current setup. | |
| virtual bool | start (int samplerate, int channels) |
| Start the AudioLoop. More... | |
| virtual bool | stop () |
| Stop the audio processing. | |
|
virtual |
Start the AudioLoop.
In practice this spans a new thread that is managed by the backend.
| samplerate | Desired samplerate, 44100 is safe choice |
| channels | Number of channels to open |
Implements Resonant::AudioLoop.