aixplora icon indicating copy to clipboard operation
aixplora copied to clipboard

Implement a breakdown of big files of audio

Open grumpyp opened this issue 1 year ago • 4 comments

The OpenAI limits audio files to 25 mb max, so if I upload a file with 100 mb ~ 1hr podcast, it will break.

Implement a mechanism to break it down and index the chunks.

grumpyp avatar May 26 '23 11:05 grumpyp

Just stumbled across this issue. Could another solution not be to compress the file instead of splitting it up? As stated in OpenAI documentation there might be issues with splitting the files into chunks if done mid sentence (like in a podcast). https://platform.openai.com/docs/guides/speech-to-text/longer-inputs

MoistGoolem avatar May 26 '23 13:05 MoistGoolem

hey @MoistGoolem if that works, definitly - why not. I just tested it with a tool and that would potentially work. Feel free to try and open a PR.

Do you need something else to start working on it?

grumpyp avatar May 26 '23 13:05 grumpyp

@MoistGoolem Hi, are you able to work on it? So I gonna assign you.

grumpyp avatar May 27 '23 17:05 grumpyp

Sadly don't have time to work on the issue. I just wanted to propose an alternate solution 😊

MoistGoolem avatar May 27 '23 17:05 MoistGoolem