Skip to main content
Version: 11.10.0

Visualisation user guide

warning

You must have a shell pointing to folder sound-scape-explorer-11.10.0 and active python virtual environment.

Find related documentation in running campaigns

Compatibility

While the web app is compatible with most browsers, we experienced random issues with Firefox on Windows 11 and Safari on macOS 14. Thus, we recommend using Chrome.

sse_vis command

sse_vis is only available if you have installed the Processing module.

This is the quickest command to start both Audio and Front modules.

On an active venv shell window, type the following to start both services (replace the path to your configuration file by drag and dropping the file Excel icon into your shell):

# Windows
sse_vis C:\path\to\config.xlsx

# Ubuntu / macOS
(venv)$> sse_vis /path/to/config.xlsx

After pressing <Enter>, both modules will start and your default browser will open.

Note

You can also use sse_viz or viz as aliases to the sse_vis command.

audio:front command

You can serve both Front and Audio modules at the same time

# Windows
pnpm audio:front:windows Z:\audio_folder_example

# Ubuntu / macOS
pnpm audio:front relative/or/absolute/path/to/audio/folder

audio command

Serve Audio module on port 5531

pnpm audio -- relative/or/absolute/path/to/audio/folder

front command

Serve Front module on port 5530

pnpm front