Our new developer documentation is now available. Please check it out!
MediaStream.AudioPushDataAsync
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public virtual async void AudioPushDataAsync(float[] buffer)
Sends audio data using a custom CancellationSource. The data has to be interleaved [-1, 1] float data.
Info
if IsPaused NOP
Parameters
Name | Type | Description |
---|---|---|
buffer | Single[] | interleaved audio data |