serartmar / app

A web app to track singing pitch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vocalous

An open source web app that help to practice singing by tracking the pitch.

Building

# 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

Credits

This app is built on excellent pitch detection app by Alessandro Genova and Jason Siefken.

About

A web app to track singing pitch.

License:MIT License


Languages

Language:TypeScript 56.6%Language:JavaScript 29.1%Language:CSS 8.7%Language:Rust 3.1%Language:HTML 2.5%