| Parameter | Description |
|---|---|
| context | The RealtimeContext associated with this call. Use this to process any nested ProcessorInstances or query/return data together with . |
| 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 .
Called when you're asked to produce the next segment of audio into .
Additional resources: RealtimeContext.Process