Hello guys. I have a pretty cool automation to transcribe and summarize our daily dev standup meetings. Then this summary is stored in a Notion Database.
The thing is, most of the time they take a bit longer and the audio file that gets uploaded to Drive is larger than 25mb, so ChatGPT Whisper can’t transcribe it. I then get a DM and transcribe it manually with Assembly AI. That kind of defeats the purpose though, if I have to manually transcribe them.
So, the simple question is: Is there an integration that can split an audio file?. With that I could use 2 whisper modules and then add the summaries together.
If not, can you think of another way to do it? I’m already using the most efficient possible audio format. I know similar stuff has been asked, but the answer is not clear if there is one.
Cheers