Skip to content

A rust / webassembly / react app to detect the pitch of audio signals in real time

License

Notifications You must be signed in to change notification settings

alesgenova/pitch-detection-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitch Detection App

An open source pitch detection app that uses Rust and WebAssembly

Live Demo

Demo Page

Components

Core Pitch Detection Library

Communication with web worker

WebAssembly Wrapper

  • Rust / wasm-bindgen (source)

Pitch Visualization

  • TypeScript, HTML5 Canvas, D3 (source)

Single Page App

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

About

A rust / webassembly / react app to detect the pitch of audio signals in real time

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •