| Parameter | Description |
|---|---|
| context |
The RealtimeContext associated with this call.
Use this to process any nested ProcessorInstances or query/return data together with pipe.
|
| pipe | Cross-thread communications pipe. |
| buffer | The buffer your GeneratorInstance will put its processing result into. |
| args | Addtional arguments. |
void
A Result struct indicating amongst other things how many frames were actually written into buffer.
Called when you're asked to produce the next segment of audio into buffer.
Additional resources: RealtimeContext.Process