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

Audio signal class specification. More...

#include <cstdint>
#include <filesystem>
#include <ranges>
#include <vector>
#include "Object.hpp"

Go to the source code of this file.

Classes

class  echomap::Signal
 A single channel of discretely sampled audio data. More...
struct  echomap::Signal::Sample
 A PCM float-32 sampled audio point at an explicit time offset. More...
struct  echomap::Signal::Source
 Indicates an external source of a Signal on the filesystem. More...
struct  echomap::Signal::Baseline
 Provides basic timing information relating to the Signal samples. More...

Namespaces

namespace  echomap
 The main EchoMap outermost namespace for all non-exported symbols.

Variables

template<>
constexpr std::string_view echomap::Object< Signal >::class_name = "Signal"

Detailed Description

Audio signal class specification.

Author
Oliver Dixon
Date
2026-06-24

Definition in file Signal.hpp.