mikesol / purescript-ocarina

Web audio graphs as a stream

Home Page:https://mikesol.github.io/purescript-ocarina

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 online here and the source in this repository.

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

https://mikesol.github.io/purescript-ocarina

License:Apache License 2.0


Languages

Language:PureScript 79.7%Language:JavaScript 19.9%Language:Python 0.2%Language:HTML 0.2%