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

Implementing Audible Captions #223

Open
tom-huntington opened this issue Aug 23, 2024 · 0 comments
Open

Implementing Audible Captions #223

tom-huntington opened this issue Aug 23, 2024 · 0 comments

Comments

@tom-huntington
Copy link

tom-huntington commented Aug 23, 2024

I want to achieve functionality similar to Audible Captions https://www.audible.com/about/newsroom/audible-captions-a-demonstration
i.e. a streamed transcription synced with the playing audio.

I thought of using iContext::runStreamed

I could block in sFullParams::new_segment_callback to stop the transcription getting too far ahead of the audio.

For cancelation, maybe I could return a non-zero HRESULT from sFullParams::new_segment_callback.

There doesn't seem to be a way to implement seeking... i.e. starting a transcription partway through the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant