|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| virtual void | process_audio (audio_block const &inputBlock, audio_block &outputBlock, hires_utc_clock::time_point current_time) noexcept=0 |
| Process a block of samples. | |
|
pure virtualnoexcept |
Process a block of samples.
| inputBlock | Samples captured from the audio device. |
| outputBlock | Samples rendered to the audio device. |
| current_time | The current time according to the audio clock. |