Delegate AudioReadEventHandler
This event is called on audio thread.
Namespace: Unity.WebRTC
Syntax
public delegate void AudioReadEventHandler(float[] data, int channels, int sampleRate);
Parameters
| Type | Name | Description |
|---|---|---|
| Single[] | data | |
| Int32 | channels | |
| Int32 | sampleRate |