Class AudioInfo
Statistics calculated by the Audio Processor. Note that this information is not currently available when using libSpeechly AudioProcessor.
Inheritance
System.Object
    AudioInfo
  Namespace: Speechly.Types
Assembly: speechly-dotnet.dll
Syntax
public class AudioInfo : objectFields
| Improve this Doc View SourceIsSignalDetected
Declaration
public bool IsSignalDetectedField Value
| Type | Description | 
|---|---|
| System.Boolean | True if VAD has detected a loud signal. | 
NoiseLevelDb
Declaration
public float NoiseLevelDbField Value
| Type | Description | 
|---|---|
| System.Single | Current noise level in dB. | 
SignalDb
Declaration
public float SignalDbField Value
| Type | Description | 
|---|---|
| System.Single | Signal level in dB above noise level. | 
Properties
| Improve this Doc View SourceSamplesSent
Declaration
public int SamplesSent { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | Current count of processed samples since Start | 
StreamSamplePos
Declaration
public int StreamSamplePos { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | Current count of continuously processed samples (thru ProcessAudio) since StartStream | 
UtteranceSerial
Declaration
public int UtteranceSerial { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 0-based local index of utterance within the stream. -1 if no utterances have been processed. |