Audacity AUP file format (looking for documentation)
Posted: Mon Aug 24, 2009 3:40 am
(If this is not the correct forum to post this please let me know).
Could someone point me to documentation that explains
a) the structure and available attributes for the AUP proejct file?
b) how to execute Audacity from the command line in order to automatically open a project, export it and close audacity?
I'd like to be able to generate the AUP file (XML) with another program and then execute a command line to have Audacity "render it".
Here is an example scenario:
Every morning at 3am a PHP script checks the weather
Depending on the rain forecast it creates an AUP (XML) file that mixes two tracks:
a background track "rain.mp3" (the PHP selects the MP3 file depending on the forecast)
a track of "temperature_text_2_speech_output.mp3" (some other process generates this, not audacity)
a track with "have_a_nice_day.mp3" (the PHP selects the MP3 file from a database)
After the AUP (XML) file is created
audacity is executed via command line, it opens the project, exports the file "weather_today.mp3" and closes.
Any pointers to online docs for the file format and command line arguments (or examples on how to do this with audacity) are appreciated.
Could someone point me to documentation that explains
a) the structure and available attributes for the AUP proejct file?
b) how to execute Audacity from the command line in order to automatically open a project, export it and close audacity?
I'd like to be able to generate the AUP file (XML) with another program and then execute a command line to have Audacity "render it".
Here is an example scenario:
Every morning at 3am a PHP script checks the weather
Depending on the rain forecast it creates an AUP (XML) file that mixes two tracks:
a background track "rain.mp3" (the PHP selects the MP3 file depending on the forecast)
a track of "temperature_text_2_speech_output.mp3" (some other process generates this, not audacity)
a track with "have_a_nice_day.mp3" (the PHP selects the MP3 file from a database)
After the AUP (XML) file is created
audacity is executed via command line, it opens the project, exports the file "weather_today.mp3" and closes.
Any pointers to online docs for the file format and command line arguments (or examples on how to do this with audacity) are appreciated.