Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX