Tool to split audio into 50-70 second audio clips
Hi everyone, I have multiple talking audio clips and I need to find way to programmatically split them into small clips. Do you know of any tool or API, which could identify gaps inside the talking audio and produce multiple ~1 minute WAV/MP3 files? Use case: These clips are talked by my assistant who is not very good in English, or has a strong accent. I recently found a SieveData API, where AI can help me to dub the video with the same voice, but better English. The problem is that when I upload clips of 8-12 minutes, the result is the audio of the same length, but if algorithm sees it has spoken everything too fast, it will try to slow down the end of the talk. So it sounds a bit weird, when the same person is talking slower at the end. My idea is to split audio into a shorter clips, then process via API, and in this way reduce a risk that the voice will be slower or faster.