-
Notifications
You must be signed in to change notification settings - Fork 2
Implement a readalong UI #30
Copy link
Copy link
Open
Labels
accessibilityThis issue pertains to screen readers or other assistive technologiesThis issue pertains to screen readers or other assistive technologiesenhancementNew feature or requestNew feature or requestweb-playbackThis pertains only to users playing audio via the web interface of RTMSThis pertains only to users playing audio via the web interface of RTMS
Metadata
Metadata
Assignees
Labels
accessibilityThis issue pertains to screen readers or other assistive technologiesThis issue pertains to screen readers or other assistive technologiesenhancementNew feature or requestNew feature or requestweb-playbackThis pertains only to users playing audio via the web interface of RTMSThis pertains only to users playing audio via the web interface of RTMS
It would be nice to have a way of reading the text along with the voice. This would be possible using the current API by adding an SSML
<mark>tag to every sentence. The TTS will return timepoints that can tell the client which sentence they're reading at a given timestamp.