Our new developer documentation is now available. Please check it out!
MediaStream.AudioPushData
public virtual void AudioPushData(float[] buffer)
public virtual void AudioPushData(float[] buffer, int length)
Sends data to the audio stream. The data has to be interleaved [-1, 1] float data.
Info
if IsPaused NOP
Parameters
Name | Type | Description |
---|---|---|
buffer | Single[] | audio data |
length | Int32 | bytes to write |
Variants
AudioPushData(buffer)
public virtual void AudioPushData(float[] buffer)
Sends data to the audio stream. The data has to be interleaved [-1, 1] float data.
Warning
if IsPaused NOP
Parameters
Name | Type | Description |
---|---|---|
buffer | Single[] | audio data |
AudioPushData(buffer, length)
public virtual void AudioPushData(float[] buffer, int length)
Sends data to the audio stream. The data has to be interleaved [-1, 1] float data.
Warning
if IsPaused NOP
Parameters
Name | Type | Description |
---|---|---|
buffer | Single[] | audio data |
length | Int32 | bytes to write |