Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay audio with autogenerated closed captions (aka TTS) #2

Open
dudash opened this issue Dec 28, 2021 · 3 comments
Open

Overlay audio with autogenerated closed captions (aka TTS) #2

dudash opened this issue Dec 28, 2021 · 3 comments
Assignees
Labels
feature-idea Got an idea to make this better? hacktoberfest

Comments

@dudash
Copy link
Member

dudash commented Dec 28, 2021

Possibly leverage this open source (not the cloud service - run locally or on our servers)
https://opensource.googleblog.com/2019/08/bringing-live-transcribes-speech-engine.html

@dudash dudash added enhancement New feature or request feature-idea Got an idea to make this better? and removed enhancement New feature or request labels Feb 2, 2022
@dudash
Copy link
Member Author

dudash commented Oct 7, 2022

was thinking we could use NVIDIA RIVA. Did some brainstorming in Miro here:
https://miro.com/app/board/uXjVOZLd2gQ=/

@dudash dudash self-assigned this Oct 20, 2022
@dudash
Copy link
Member Author

dudash commented Oct 20, 2022

notionally we will:
First, import the Riva API
Next, create a gRPC channel to the Riva endpoint
Then, create a ASR request

TODO - figure out if the stream format from RTC track can be sent directly to RIVA or a transformation is needed.
TODO - figure out how to launch local RIVA server to support local TTS
TODO - figure out where overlay text will appear? In chat log, in other part of CLI, do we need to refactor CLI UI (#5) first?

@dudash dudash changed the title Overlay audio with autogenerated closed captions Overlay audio with autogenerated closed captions (aka TTS) Oct 20, 2022
@dudash
Copy link
Member Author

dudash commented Oct 20, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-idea Got an idea to make this better? hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant