An open source pitch detection app that uses Rust and WebAssembly
- Rust (source)
- post-me (source)
- Rust / wasm-bindgen (source)
- TypeScript, HTML5 Canvas, D3 (source)
- React (source)
# Build wasm
# Prerequisite: cargo and wasm-pack
cd wasm
wasm-pack build --target web
# Build the visualization
cd ../display
npm install
npm run build
# Start the app
cd ../client
npm install
npm run start