mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-20 06:58:03 +00:00
c91f27f5e2a124fb49b8c67e3fc82ed627024472
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Noisedash
Self-hostable web tool for generating ambient noises
(More screenshots on the wiki)
Features
- Generate and customize ambient noises and user-uploadable samples (leveraging Tone.js)
- Save "noise profiles" so you can easily switch between your created soundscapes
- Fine-tune your noises with audio processing tools like filters, LFOs, and effects
- Upload audio samples (e.g rain, wind, thunder) to combine with your generated noises
- Use admin tools to manage multiple users
- Mobile friendly
Installation
Docker
Requires docker and docker-compose
- Download the provided docker-compose.yml file
- In the same directory as the docker-compose file, created a folder called
config, and inside it, put the provided config file - Edit the config file to your preference
- Bring the container up:
docker-compose up -d
- Proceed to the URL where it's deployed and register your first user
From Source
Requires node 14 and npm
- Clone the repo:
git clone https://github.com/KevinThomas0/noisedash.git
cd noisedash
- Edit
config/default.jsonto your preference - Install required packages and build the app:
npm install
NODE_ENV=production npm run build
- The build files will be put into a directory called
dist - Run the server and serve static files:
npm run server-prod
- Proceed to the URL where it's deployed and register your first user
Contributing
See CONTRIBUTING.md
Languages
JavaScript
64.1%
Vue
35.1%
HTML
0.6%
Dockerfile
0.2%
