public static void GetOutputData (float[] samples, int channel);

Parameters

samplesThe array to populate with audio samples. Its length must be a power of 2.
channelThe channel to sample from.

Description

Возвращает блок выходных данный слушателя (мастера).

The array given in the samples parameter will be filled with the requested data.

See Also: AudioListener.GetSpectrumData, AudioSource.GetSpectrumData, AudioSource.GetOutputData.


Obsolete public static float[] GetOutputData (int numSamples, int channel);

Description

Возвращает блок выходных данный слушателя (мастера).

This variation of the function allocates a new array each time it is called. Use the Non-alloc version instead for better performance.