public delegate void PCMReaderCallback(float[] data);
Parameters
| data | Array of floats containing data read from the clip. |
Description 描述
Delegate called each time AudioClip reads data.
See Also: AudioClip.Create.
| data | Array of floats containing data read from the clip. |
Delegate called each time AudioClip reads data.
See Also: AudioClip.Create.