Skip to content
forked from vocalous/app

A web app to track singing pitch.

License

Notifications You must be signed in to change notification settings

HemKal/PitchMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.6%
  • JavaScript 29.1%
  • CSS 8.7%
  • Rust 3.1%
  • HTML 2.5%