Skip to content

dpren/elm-audio-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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