Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Experimental: this API is experimental and might be changed or removed in the future.

AudioSampleProvider.ConsumeSampleFrames

public uint ConsumeSampleFrames(NativeArray<float> sampleFrames);

Parameters

sampleFramesBuffer where the consumed samples will be transferred.

Returns

uint How many sample frames were written into the buffer passed in.

Description

Consume sample frames from the internal buffer.

If Experimental.Audio.AudioSampleProvider.enableSilenacePadding is true, then the buffer passed in will be completely filled and padded with silence if there are less sample frames available than what the buffer can accommodate. Otherwise, the extra sample frames in the buffer will be left intact.

Did you find this page useful? Please give it a rating: