Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.79 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.79 KB

Polyglot language learning tools

Build Status Demo

Why

When learning a language apps like Duolingo or Memrise are valuable tools for building vocubulrary and grammar. Polly takes one aspect of these tools, reciting a phrase, and allows a user to practice a phrase as many times as they want until they feel comfortable using it with a native speaker for further training.

Where

You can see a demo of the application with a deck of the "13 Sentences You Need To Know" (inspired by Tim Ferris). It is also a progressive web application so you can add this to your home screen to get a native app feel.

How

The application leverages several Web APIS:

  • SpeechSythesis for text-to-speech functionality in a target language.
  • SpeechRecognition for speech recognition to a target language.
  • MediaRecorder for recording audio while speech recognition is taking place and audio playback.

Contributing