Hacker News new | ask | show | jobs
by social_quotient 1073 days ago
For those asking who would pay for this. I’d pay for an api that did this. We have a platform that gets a lot of audio files and it would be cool to run them through something like this to generate the video viz for it.

I think the term is audiogram but minus the transcript.

While writing this reply I found this https://getaudiogram.com/ So maybe it’s something to check out. (I’m not affiliated)

2 comments

(disclosure: affiliated)

we have an API for converting audio into video - https://getaudiogram.com/api/

it's not self-serve at the moment, we manually onboard new clients

Hey, we've coded internal api that takes three params:

1. Audio file URL 2. Duration in frames 3. Frame rate (FPS)

And outputs a .mp4 video file to S3 bucket.

So it's quite easy to make a REST API version. Let's keep in touch if solution mentioned above does not satisfy you. My email: igor@tequilafunk.com