An open source web app that help to practice singing by tracking the pitch.
# Build wasm# Prerequisite: cargo and wasm-packcd wasm
wasm-pack build --target web
# Build the visualizationcd ../display
npm install
npm run build
# Start the appcd ../client
npm install
npm run startThis app is built on excellent pitch detection app by Alessandro Genova and Jason Siefken.