EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
echomap::Signal::Sample Struct Reference

A PCM float-32 sampled audio point at an explicit time offset. More...

#include <Signal.hpp>

Public Types

using TimeT = float
 Type for sample times.
using AmplitudeT = float
 Type for sample amplitudes.

Public Attributes

TimeT time
 Time, in ms.
AmplitudeT amplitude
 Normalised amplitude at the time.

Detailed Description

A PCM float-32 sampled audio point at an explicit time offset.

Definition at line 45 of file Signal.hpp.

Member Typedef Documentation

◆ AmplitudeT

Type for sample amplitudes.

Definition at line 48 of file Signal.hpp.

◆ TimeT

Type for sample times.

Definition at line 47 of file Signal.hpp.

Member Data Documentation

◆ amplitude

AmplitudeT echomap::Signal::Sample::amplitude

Normalised amplitude at the time.

Definition at line 51 of file Signal.hpp.

◆ time

TimeT echomap::Signal::Sample::time

Time, in ms.

Definition at line 50 of file Signal.hpp.


The documentation for this struct was generated from the following file: