API reference
API reference
Select your platform
No SDKs available
No versions available

AudioClipStreamSampleDelegate Function

A delegate for events that provide an IAudioClipStream as a parameter

Signature

delegate void Meta.Voice.Audio.AudioClipStreamSampleDelegate(float[] samples, int offset, int length)

Parameters

samples: float []
offset: int
length: int

Returns

delegate void