|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
JSActionController specification. More...
#include "ActionControllerBase.hpp"Go to the source code of this file.
Classes | |
| class | echomap::JSActionController |
| Specialisation of ActionControllerBase to service actions on a WebAssembly target (using the Emscripten runtime). More... | |
Namespaces | |
| namespace | echomap |
| The main EchoMap outermost namespace for all non-exported symbols. | |
Functions | |
| int | echomap_on_project_file_picked (const char *path) noexcept |
| Services the Project File Action callback for Emscripten. | |
| int | echomap_on_register_vfs_mapping (std::size_t, const char *, const char *) noexcept |
| Services the Register VFS Mapping callback for Emscripten. | |