Skip to content

lemonhandgrenade/DND-Soundscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DND Soundscape

Soundscape Demo

(Audio in gif from tabletop audio)

Features

  • Node Based: Simply drag and drop loaded files into the map and guide the cursor to play.
  • File Support: Currently supporting .mp3, .ogg and .wav files.
  • Save & Load: You can save and load your soundscapes to be used later.
  • Themes: Has a lot of themes which are also very easy to make.

Installation

If you don't want to use the precompiled release, you can run it directly using python.

# Clone The Repo
git clone https://github.com/lemonhandgrenade/DND-Soundscape.git
cd dnd-soundscape

# Install The Dependencies
pip install -r requirements.txt

# Run The App
python main.py