Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.12 KB

elm-audio-graph

A declarative Elm interface to the Web Audio node API.

Powered by virtual-audio-graph on the JS side.

npm i
npx elm-app start

Demo

Volume Warning!

dpren.github.io/elm-audio-graph

(you may need to enable "Sound" in your browser's site settings, this demo doesn't obey the policies for autoplay very well; which requires an initial user interaction)

Build scripts

This project is bootstrapped with Create Elm App. You can read the full guide here.

In the project directory you can run:

elm-app start

Runs the app in development mode at http://localhost:3000

The page will reload if you make edits.

elm-app build

Builds the app for production to the dist folder.
The build is minified, and the filenames include the hashes.

elm-app test

Run tests with node-test-runner