Unity - Scripting API: IRealtime
interface in UnityEngine.Audio
Implements interfaces:ICapabilities, IRealtime
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
The processing interface an implementation of a GeneratorInstance must implement on a struct to be fully formed.
The processing side of a ProcessorInstance receives various callbacks from a RealtimeContext from the logical processing thread. You can annotate this with Unity.Burst.BurstCompileAttribute to have it compiled with Burst.
Additional resources: ProcessorInstance.IRealtime
Public Methods
| Method | Description |
|---|---|
| Process | Called when you're asked to produce the next segment of audio into . |