Table of Contents

Class AcousticCharacteristics<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Acoustic characteristics of a scene.

public class AcousticCharacteristics<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
AcousticCharacteristics<T>
Inherited Members

Properties

BackgroundNoiseLevel

Gets or sets the estimated background noise level.

public T BackgroundNoiseLevel { get; set; }

Property Value

T

CrowdDensity

Gets or sets the estimated crowd density (low/medium/high/none).

public string CrowdDensity { get; set; }

Property Value

string

HasNatureSounds

Gets or sets whether nature sounds are present.

public bool HasNatureSounds { get; set; }

Property Value

bool

HasTrafficSounds

Gets or sets whether traffic sounds are present.

public bool HasTrafficSounds { get; set; }

Property Value

bool

IsIndoor

Gets or sets whether the environment appears to be indoor.

public bool IsIndoor { get; set; }

Property Value

bool

ReverberationLevel

Gets or sets the estimated reverberation level.

public T ReverberationLevel { get; set; }

Property Value

T