This Python package is designed to automate tasks in Audacity. It does not include an exhaustive implementation of all of the possible commands (listed in 'Scriptable Audacity' below), but instead ...
This comprises a set of Command classes, each of which represents a single Audacity scripting command. These can be issued to a running Audacity process with the cheek.commands.do() function. There is ...