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

Download partial audio using a start and finish delimiters #442

Open
maherbel opened this issue Apr 20, 2024 · 2 comments
Open

Download partial audio using a start and finish delimiters #442

maherbel opened this issue Apr 20, 2024 · 2 comments
Labels
feature request New feature or request

Comments

@maherbel
Copy link

describe the feature you'd like to see
Download a specific portion of a given youtube video's audio. This specific part is delimited by start and end.

describe alternatives you've considered
I considered downloading a "portion" of a video to extract the audio but that is not possible right now.

additional context
I've build a summarisation pipeline that takes as an input a YouTube url (short or video) and summarises it.
To do so, I actually use Cobalt's API to request the video audio's and pass the computed audio url to a "speech-to-text" component (built on AssemblyAI api).
The issue here is that for any video that is longer than a few minutes, the audio file starts to be pretty relatively big for the downstream speech to text component.
This brings me to the current feature request that would help me divide (and conquer) through multithreading the computation of each small part of the audio into small parts of text that I would merge.

@maherbel maherbel added the feature request New feature or request label Apr 20, 2024
@lostdusty
Copy link

I believe its being added here: #350

@maherbel
Copy link
Author

Great to know ! Seems like it should implement exactly what Im looking for 🤩

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

No branches or pull requests

2 participants