-
Notifications
You must be signed in to change notification settings - Fork 26
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
Allow audio files to be processed as events #87
Comments
Hmmm. I think how we handle this error is a bug... but I don't think we have ever had the feature planned for "just handling audio" we definitely could do that though. It would be a larger project though. In a related vain, I have always thought it would be neato to have as part of the pipeline a function that publishes the audio file to some sort of podcast service or something. |
Would the basic function be any different than just the video pipeline with just no thumbnails? I found this bug bc I used to run the event gather pipeline on it when that was in development, pre thumbnail generation. And yeah the podcast service could be a cool thing to add in the future! |
I think for now, we can't support the "audio only pipeline" simply because we dont have anything on the front end to support just audio events. cc @tohuynh We can spec out an audio only pipeline + front end in the future. Another option, prior to a "podcast transfer" would be to add a component to the front end for simply playing the audio not the video and make it be fancy like some websites where you can turn off your mobile display and the audio keeps playing. Idk if thats possible but I think that would be a short term solution for adding an audio only pipeline. |
again this is for down the road (3.1 or later) but I will add an issue to the front end repo to get the idea out there |
Ah gotcha yeah I didn't think about the frontend limitations. But yeah having some type of cool audio UI component would be really cool |
Describe the Bug
Not sure if I should count this as a feature or bug, but currently, if the file passed to
get_static_thumbnail
has no fetchable thumbnail (a.wav
audio file), the method and event gather pipeline will error out withI think to generalize the event gather as much as possible, we should account for events that are just audio files (in addition to video files). This may require some minor refactoring in the pipeline as well if we want to avoid redundancy with the audio splitters.
Expected Behavior
Allow events that are just audio to be processed in the event gather pipeline.
Reproduction
Run an event gather flow with the event linked to a URI of audio instead of video
The text was updated successfully, but these errors were encountered: