mikesol / purescript-ocarina

Web audio graphs as a stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-ocarina

A library for web-based interactive audio and audio gaming.

Documentation

Ocarina's documentation is here.

For a simple example of ocarina with minimal boilerplate, check out the hello-world.

Bundling on your site

To see how to bundle this library on your site, please visit the examples directory.

To compile the JS for the hello world example, issue the following command:

npx spago -x examples.dhall bundle-app \
  --main Ocarina.Example.HelloWorld \
  --to examples/hello-world/index.js

Other examples will work the same way, with the directory and module name changing. Then, to access the example, you can run a http server from the directory and navigate to the url, ie cd examples/hello-world && python -m http.server and then navigate to localhost:8000.

About

Web audio graphs as a stream

License:Apache License 2.0


Languages

Language:PureScript 82.5%Language:JavaScript 17.2%Language:Python 0.1%Language:HTML 0.1%