Class SoundSource<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A detected sound source with position.
public class SoundSource<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
SoundSource<T>
- Inherited Members
Properties
Azimuth
Gets or sets the azimuth angle in degrees (-180 to 180, 0 = front).
public T Azimuth { get; set; }
Property Value
- T
Confidence
Gets or sets the confidence score (0.0 to 1.0).
public T Confidence { get; set; }
Property Value
- T
Distance
Gets or sets the estimated distance (if supported).
public T? Distance { get; set; }
Property Value
- T
Elevation
Gets or sets the elevation angle in degrees (-90 to 90, 0 = level).
public T Elevation { get; set; }
Property Value
- T
Energy
Gets or sets the relative energy level.
public T Energy { get; set; }
Property Value
- T
FrequencyRange
Gets or sets the frequency range of this source.
public FrequencyRange<T>? FrequencyRange { get; set; }