Changelog

This post was merged with Text-to-Speech Function for Flashcards

Go to parent post

Language Learning - TTS - Flashcard reading (basic version)

The actual RemNote is uneffective for language learning, primarly because it don’t have an option to quickly add an audio/read out loud the flashcard (Like Awesome TTS)

I don’t know coding, but I think that this could be easily done with Google Translator API or with https://ttsmp3.com/

Something like:

  • The plugin “copy and paste” what’s inside the flashcard in the Google Translate

  • Then it extracts the audio from it (as if we were clicking that “LISTEN” button in GT page)

  • Then it saves that audio

  • Then it put the audio in the flashcard

In that website https://ttsmp3.com/ you write the text and can download it.

They have the API documentation as well https://ttsmp3.com/apidoc

I wrote “basic” (title) because we don’t need something ‘fancy’ now. We just need something usable.