Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.45 KB

greek-texts

Collection of texts from Tράπεζα κειμένων with synced audio for learning Modern Greek.

Audio is from various contributors from the Learning Greek Discord server.

Prerequisites

  1. Install Node.js.

  2. Install dependencies:

    npm install
    

How to Run

  1. Start web server:

    npm start
    
  2. Navigate to the URL outputted by step #1 in your web browser of choice.

How to Make WebVTT from Audio

  1. Download the audio for a text from here.
  2. Download and install Audacity.
  3. Open audio file in Audacity, and select Label Sounds from the menu bar (Analyze -> Label Sounds...).
  4. Experiment with settings to achieve a good result.
    • Set "Minimum silence duration" to 100 ms.
    • Experiment with Maximum and Minimum leading silence.
  5. Update labels with corresponding text. Adjust labels if desired or needed.
  6. When happy with the result, export the labels as text (File > Export > Export Labels....).
  7. Convert the exported labels to SRT here.
  8. Convert SRT to VTT here.