|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
JSActionController implementation. More...
#include "JSActionController.hpp"#include <emscripten/em_js.h>#include "../errors/ConfigurationError.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. | |
Functions | |
| EMSCRIPTEN_KEEPALIVE int | echomap_on_project_file_picked (const char *const path) noexcept |
| Services the Project File Action callback for Emscripten. | |
| EMSCRIPTEN_KEEPALIVE int | echomap_on_register_vfs_mapping (const std::size_t project_id, const char *const external, const char *const internal) noexcept |
| Services the Register VFS Mapping callback for Emscripten. | |