An open API service indexing awesome lists of open source software.

https://github.com/caged/gandalf


https://github.com/caged/gandalf

audio elementary-audio

Last synced: 12 months ago
JSON representation

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/).

![](ui.png)

### 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
```