Skip to content
GitHub no longer supports this web browser. Learn more about the browsers we support.
No description, website, or topics provided.
Rust HTML JavaScript
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
tests
www
.appveyor.yml
.cargo-ok
.gitignore
.travis.yml
Cargo.toml
LICENSE
README.md

README.md

Simple Synth

A simple web-based synth built with Rust / WebAssembly / WebAudio API.

Dependencies

Make sure you have wasm-pack installed:

curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Usage

  • Build the wasm binary wasm-pack build
  • Install npm dependencies cd www && npm install
  • Run the demo npm start
  • Go to http://localhost:8080

Resources

You can’t perform that action at this time.