Visualisation user guide
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_visis only available if you have installed theProcessingmodule.
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_vizorvizas aliases to thesse_viscommand.
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