samples | The array to populate with audio samples. Its length must be a power of 2. |
channel | The channel to sample from. |
Возвращает блок из выходных данных текущего играющего источника.
The array given in the samples parameter will be filled with the requested data.
See Also: AudioSource.GetSpectrumData, AudioListener.GetSpectrumData, AudioListener.GetOutputData.
Возвращает блок из выходных данных текущего играющего источника.
This variation of the function allocates a new array each time it is called. Use the Non-alloc version instead for better performance.