https://github.com/caged/gandalf
https://github.com/caged/gandalf
audio elementary-audio
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caged/gandalf
- Owner: caged
- Created: 2021-11-08T18:05:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T21:27:56.000Z (over 4 years ago)
- Last Synced: 2025-05-31T08:21:21.623Z (about 1 year ago)
- Topics: audio, elementary-audio
- Language: Svelte
- Homepage:
- Size: 266 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DANGER ZONE: This is unstable audio software. Probably best to use it at low volumes until otherwise stated.
VST with HTML, CSS, and JavaScript using [Elementary Audio](https://www.elementary.audio/).

### Requirements
- You need access to the Elementary Audio host VST, which isn't widley available just yet.
- You need to generate certs for a local secure server. See `script/generate-certs` for details.
```bash
npm install
npm start -- --secure
```