Ha sometimes. It’s more for business calls with my partner in these cases. Typical recordings are typically 1-3 hours.
The current bottleneck is that while I can create clips between sounds or intervals, I cannot seem to get clips split by each track to have the DeClicker process the tracks independently eg. clips split the entire project. So I will have to run the macro for one track then clear the clips and label track to do it again for the second track. For a multi-hour track, this could mean waiting an hour or more for the macro to finish.
With any autonomous operation, there is always some concern with an outlier situation slipping by. One of the concerns I had with clipping by a fixed interval was getting oddities if the fixed interval fell between a peak. I wasn’t sure how the plugin would handle the transition between clips. By labeling by the sound peaks and setting a threshold, I now have clips that are always between silences and are at least 1 minute in length. I’m pretty damn stoked about the progress so far. I still need to run through more testing here.
Here is the macro in action right now: https://gfycat.com/SplendidIncompleteCrayfish [Click the SD button to make sure it’s not potato quality]
To get the count of iterations, I just use the number of label sounds and add extras to make sure I get to all of the clips. I’m observing an issue where the macro doesn’t advance to the next clip selection and I’m not sure why. It seems to affect maybe 10-20%. I have to test this more though. From what I’ve seen, running the DeClicker multiple times doesn’t seem to hurt anything.
For some reason, the first clip selection doesn’t even choose the intended clip, but something before it. If the macro command for Next Clip works just like the Alt + , keyboard hotkey, then the first and extra steps would just use the DeClicker on non-important selections. So if you have extra iterations, it just processes these empty selections for a little bit and all is okay as it seem Audacity has some head and tails thing for clips on a track, which is good.
Then for the macro itself, I just pinned the .txt file for Quick Access and go to an online repeater tool like https://pinetools.com/repeat-text to generate the text to copy over. For this example, there’s 138 labels so I might use 160 or 170 steps to ensure it runs all the way through.
Also, from what I observed, once the macro is done, you can still do an overall undo and redo to see the changes. So while there’s been a chain of DeClicker changes, overall we can still see the before and after as if the plugin ran one time for the entire track. This is also a method to check if all of the clip selections were processed.
Anyway, that is where I’m at and still working through this.