sign/translate

[Feature] Continuous Translation

Aberta

#131 aberto em 22 de jan. de 2024

 (0 comentário) (0 reação) (0 responsável)TypeScript (164 forks)auto 404
enhancementhelp wantedspoken-to-signed

Métricas do repositório

Stars
 (777 estrelas)
Métricas de merge de PR
 (Mesclagem média 1m) (1 fundiu PR em 30d)

Description

Problem

Our interface currently only allows for single turn translation, where for example a user can input text, then we perform the translation of the entire text.

Description

For spoken-to-signed, we can allow a "continuous mode", perhaps looking like this https://codepen.io/abnersn/pen/ExVwoWB image

This would allow continuous speech, and using the browser's native sentence segmentation we could translate one sentence at a time and stitch the sentences together in the client

Alternatives

Wait until everything is spoken, then translate.

Additional context

No response

Guia do colaborador