Our new developer documentation is now available. Please check it out!
MicrophoneStream.AudioReadDataAsync
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 override Task<uint> AudioReadDataAsync(float[] buffer)
AudioReadData and AudioReadDataAsync are not supported!
Info
Microphone streams are always writeonly
Parameters
Name | Type | Description |
---|---|---|
buffer | Single[] |
Returns
Type | Description |
---|---|
Task<UInt32> | throws OdinWrapperException |