awslabs / live-streaming-with-automated-multi-language-subtitling

Live Streaming with Automated Multi-Language Subtitling is a project to automatically generates multi-language subtitles for live streaming web video content. Adding subtitles to your live video content can help improve reach and access, exposing your content to a much larger audience.
Apache License 2.0
160 stars 96 forks source link

How would I translate audio and not just subtitles to multiple languages? #22

Closed kirankc closed 3 years ago

kirankc commented 4 years ago

The video shows that you can perform audio translation too and not just sub-titling. Any guidance on how to go about doing that? https://youtu.be/2_iHbiMDmx0?t=195

pcolmer commented 4 years ago

From watching that video, it seems like you take the translated subtitles and then pass them through Polly (https://aws.amazon.com/polly/) in order to get an audio file. I suspect (given the lack of replies to this issue) that the functionality isn't built into this specific repo.

tomgilman commented 4 years ago

My apologies for the delay. Its true, Polly isn't in this software project. The YouTube video showed what was possible to do. As of today, we don't have plans to add support for Polly into this project.