Hey forum, I have managed to automate what I am doing up to the point of capturing the recording and stopping the recording when its done but I am have a really hard time with the last step which is to do the export to MP3 (320kbps) 48000 Hz.
I have been working with the python scripts on github but just cannot get the export part to work. Can someone point me in the right direction for this please?
To ensure that you get a sample rate of 48000, you need to set the “Project Sample Rate” to 48000. This is an option in the “Set Project” command.
To get a bit rate of 320kbps, manually export something (anything) with those settings before running your automation script. Audacity should remember the last used settings.