Hi everyone,
I need some help figuring out how to transcribe long audio recordings using Whisper (OpenAI) in Make.
I have meeting recordings that are over 2 hours long, so they often exceed the 25 MB API limit. I know Whisper in Make has this restriction, but I’m not sure how to proceed when a file is, for example, 3 hours long and over 100 MB. I’m thinking maybe it could be parsed or split into smaller chunks, but I’d still like to preserve the original structure and eventually combine everything back into one complete transcript.
Has anyone dealt with this or found a good workaround?
Thanks a lot in advance for any help!