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

Parámetros

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

Descripción

Proporciona un bloque de los datos de salida de la fuente que se está reproduciendo.

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

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


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

Descripción

Deprecated Version. Retorna un bloque de los datos de salid actuales reproduciéndose.

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