Class SamplesReadyEventArgs
SamplesReady event data.
Inheritance
System.Object
System.EventArgs
SamplesReadyEventArgs
Namespace: Recognissimo
Assembly: Recognissimo.dll
Syntax
public class SamplesReadyEventArgs : EventArgs
Constructors
SamplesReadyEventArgs(Single[], Int32)
Declaration
public SamplesReadyEventArgs(float[] samples, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Single[] | samples | |
System.Int32 | length |
Properties
Length
Audio samples length.
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Samples
Audio samples in Float32 format.
Declaration
public float[] Samples { get; }
Property Value
Type | Description |
---|---|
System.Single[] |