|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
EchoMap signal waveform preview panel implementation. More...
#include "SignalWaveformPanel.hpp"#include <algorithm>#include "../async/Worker.hpp"#include "../async/WorkerResultDespatcher.hpp"#include "../async/results/DownsampleResult.hpp"#include "../async/tasks/DownsampleTask.hpp"#include "../objects/Project.hpp"#include "../objects/Signal.hpp"#include "../utility/Logger.hpp"Go to the source code of this file.
Namespaces | |
| namespace | echomap |
| The main EchoMap outermost namespace for all non-exported symbols. | |
EchoMap signal waveform preview panel implementation.
Definition in file SignalWaveformPanel.cpp.