dpren / elm-audio-graph

Declarative Web Audio in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Declarative Web Audio in Elm

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 90.1%Language:JavaScript 5.3%Language:HTML 3.1%Language:CSS 1.4%