Not sure if I chose the right tags. I saw this question answered elsewhere but the solution did not work at all. Here’s the issue. I want to prepare a long file for voice cloning. I have around 200 very short clips. I want to append them into a single file, and automatically insert a 1 or 2s pause between each clip. File/Open tries to pen each file in a different instance of Audacity (by the way, there should be a warning before Audacity starts to do this…right now, it’s CTRL+Alt+Del or crash). File Import works, but I am left with clips on different tracks, all starting at 0. Short of manually moving clips to one single track and creating the pause between each, is there a way to automate this? Perhaps a script if there is no built-in functionality?
You can join audio clips using ffmpeg or a Python script with appropriate libraries. If I was doing this I’d use Python simply because of the need to insert the pause/silence between clips.
Do the clips have to go in a very specific order? I would assume they do.
The best solution depends on whether you need to do this many times or just once.
All Wavs. Any order,as the clips are unrelated in terms of content (Same voice but that’s all). I think I’ll try both routes and see how easy/difficult it is as I may have to do this several times. Thank you for your suggestions.
I’ve been programming computers since 1976, and back then, they only had about 2000 bytes of memory. Tight code was very necessary then, and I guess I’ve kept that discipline my whole life.
If the exact FFMPEG command is needed, I can provide that, but not until I get home. I do not have FFMPEG on my work computer, and they won’t let me install anything.
With such a background my guess is you wish OTHER coders were still devoted to writing tight code. I know I do. Think what modern software would be like. I read a fascinating article about the software running the space shuttle; which HAD to work properly. At its worst it had no more than 11 bugs. Contrast that with the 144,000 or so in Ubuntu Linux.
Yeah but if there’s a bug in Windows, I throw a tantrum. If there’s a bug on the space shuttle, well, you know, more than a tantrum. Still, this is a really useful skill I should try and acquire, even in my old age.