Control audacity from terminal

Hi there,

I have to build a HUGE audio database using Audacity (> 3500 files). I would like to build a program to import audio, import labels and save the project to a AUP3 file without using my mouse/keyboard in any step.

So far, I can open an Audacity session and import audio.
I’m struggling to import markers from a txt file, and export an AUP3 file

I’ve looked into the Scripting Reference but it seems that import and export functions do not allow arguments or options.

I was wondering if any one of you already tried to import audio and labels automatically ?

Thanks for any tip or help :slight_smile:

I made a plug-in to import labels, because this feature does not currently exist in Audacity. The plug-in is available from my blog

For saving a project with options, use SaveProject2:

Nice ! I’ll have a look on it, thanks :wink: