Class SamplesReadyEventArgs
Samples
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. |
samples | |
System. |
length |
Properties
Length
Audio samples length.
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System. |
Samples
Audio samples in Float32 format.
Declaration
public float[] Samples { get; }
Property Value
Type | Description |
---|---|
System. |