Skip to content

derekvan/Rhetoric-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anglo-Saxon vs Latinate Dial

A browser app that listens to your microphone and shows a live dial from Anglo-Saxon to Latinate based on your most recent speech.

Features

  • Microphone listening in-browser (Web Speech API).
  • Rolling analysis window (default: 60 seconds, configurable).
  • Live dial needle with Anglo-Saxon, Balanced, and Latinate bias.
  • Running transcript view for the active window.

Run

Because browser microphone APIs usually require an HTTP origin, run from a local server:

python -m http.server 8000

Then open:

http://localhost:8000

Notes

  • Best support is in Chromium-based browsers (Chrome/Edge) with webkitSpeechRecognition.
  • The score is heuristic, based on a small Anglo-Saxon/Latinate lexicon plus prefix/suffix cues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 76.1%
  • CSS 15.6%
  • HTML 8.3%