Delegate AudioProcessor.SendAudioDelegate
Namespace: Speechly.Tools
Assembly: speechly-dotnet.dll
Syntax
public delegate void SendAudioDelegate(float[] floats, int start = 0, int length = null);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single[] | floats | |
| System.Int32 | start | |
| System.Int32 | length |