Show / Hide Table of Contents

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 : object

Fields

| Improve this Doc View Source

IsSignalDetected

Declaration
public bool IsSignalDetected
Field Value
Type Description
System.Boolean

True if VAD has detected a loud signal.

| Improve this Doc View Source

NoiseLevelDb

Declaration
public float NoiseLevelDb
Field Value
Type Description
System.Single

Current noise level in dB.

| Improve this Doc View Source

SignalDb

Declaration
public float SignalDb
Field Value
Type Description
System.Single

Signal level in dB above noise level.

Properties

| Improve this Doc View Source

SamplesSent

Declaration
public int SamplesSent { get; }
Property Value
Type Description
System.Int32

Current count of processed samples since Start

| Improve this Doc View Source

StreamSamplePos

Declaration
public int StreamSamplePos { get; }
Property Value
Type Description
System.Int32

Current count of continuously processed samples (thru ProcessAudio) since StartStream

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX