📁 Get codebase
📥 Download zip
sound-scape-explorer-13.4.0.zip 125 MBGit clone
# with HTTPS
git clone https://github.com/sound-scape-explorer/sound-scape-explorer.git
# with SSH
git clone git@github.com:sound-scape-explorer/sound-scape-explorer.git
File structure
sound-scape-explorer/
├── assets/ --> Icons
├── audio/ --> Audio service
├── bin/ --> Shell scripts
├── examples/ --> Campaigns
├── front/ --> Front service
├── processing/ --> Processing module
├── visualisation/ --> Visualisation module (Front + Audio)
├── CHANGELOG.md --> Commit history
└── package.json
Setup
Please refer to the following sections for setting up specific modules:
tip
Modules are independent.
For instance, if you are not interested in 👁️🗨️ Visualisation, you should only set up 🧮 Processing.
- 🧮 Processing setup
- 👁️🗨️ Visualisation setup