Quick start
Now that you are ready to start, let's use the provided example to get experience with the workflow.
Screencasts
Windows 11 screencast
Ubuntu 24 screencast
Creating your first campaign
- First, download the example folder.
- Unzip the folder
- Open the standalone app
- Click on
Campaign > Configure - Load the
.jsonlocated in the example folder - You get relocated to the
Settingstab- Rename the
Storage Pathif you want - Replace the
Audio Pathvalue by drag-n-dropping theaudiofolder located in the example folder- You can also type the path manually
- The outline should turn green if you filled the value correctly
- Rename the
- Navigate to the
Extractionstab if you want to customize extractions - Then go to
Exporttab, and download the new.jsonfile
Generating your first dataset
Datasets are stored in h5 files and are generated by the Processing CLI tool.
- Open the Processing CLI tool by double clicking on
sse-processing-14.0.0.bat|shscript. - Run
sse con<path-to-your-campaign.json>- Examples
- Windows:
sse C:\path\to\your-campaign.json - Ubuntu/macOS:
sse /path/to/your-campaign.json
- Windows:
- You can just start typing
sse [space]then drag-n-dropping your config file
- Examples
- The config should load into the following menu
- Select
Run all - Wait for completion
- Exit or press
Ctrl+Cto stop the process
Exploring your first dataset
- Open the
sound-scape-explorerstandalone app - In the
Audiosection, load your.jsonor.h5or enter the audio path manually - Click on the
Startbutton - The Audio service status on the right should turn green, displaying
Running, thus unlocking theExplorebutton - Click on
Explore - The visualization app window opens
- Load the
.h5dataset in theOpendraggable window - Select your
View - The scatter plot should appear
- Enjoy!