phonlab-tcd / An-Scealai

An Scéalaí is an open-source online learning platform for teachers and students of the Irish language.
GNU General Public License v3.0
7 stars 3 forks source link

TTS 'Play all' button #495

Open OisinNolan opened 1 year ago

OisinNolan commented 1 year ago

We'd like to add a button that will play synthesis for an entire story. This might live in the TTS drawer.

There are some open questions about technical design, in particular how we want to handle awaiting synthesis API responses for each sentence / paragraph. e.g., should we wait until all synthesis responses come back before starting to play? Or some sort of wait-per-sentence / per-paragraph setup?