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

Support for HLS transcription (resolves #62) #73

Merged
merged 3 commits into from
Dec 12, 2023
Merged

Support for HLS transcription (resolves #62) #73

merged 3 commits into from
Dec 12, 2023

Conversation

jhormigo
Copy link
Contributor

@jhormigo jhormigo commented Dec 9, 2023

This resolves #62 feature requets.

It can be tested with:

client = TranscriptionClient(host, port, is_multilingual=True, lang="en", translate=False) 
client(hls_url="http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8") 

This could be added to the README.me

Copy link
Contributor

@zoq zoq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, going to test it out tomorrow.

whisper_live/client.py Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@makaveli10
Copy link
Collaborator

Thanks @jhormigo for putting this together.

@makaveli10 makaveli10 merged commit da72d03 into collabora:main Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Transcribing a HLS stream?
3 participants