Class AcousticCharacteristics<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Acoustic characteristics of a scene.
public class AcousticCharacteristics<T>
Type Parameters
TThe 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
HasNatureSounds
Gets or sets whether nature sounds are present.
public bool HasNatureSounds { get; set; }
Property Value
HasTrafficSounds
Gets or sets whether traffic sounds are present.
public bool HasTrafficSounds { get; set; }
Property Value
IsIndoor
Gets or sets whether the environment appears to be indoor.
public bool IsIndoor { get; set; }
Property Value
ReverberationLevel
Gets or sets the estimated reverberation level.
public T ReverberationLevel { get; set; }
Property Value
- T