Scripting Audition with JS (ExtendScript)
Copy link to clipboard
Copied
I'd like to be able to do some scripting in Adobe Audition, similarly to how you can with Illustrator, Photoshop, After Effects. My thoughts are to be able to save a CSV file with a scratch track, then automatically generate multiple audio files using the new "Generate Speech" feature. I'd also specify the format, voice speed, voice avatar, output destination, etc.
Is this possible? Command line option if not?
Thanks!
Bryce
Copy link to clipboard
Copied
It is not yet possible to control the generate speech feature through scripting. We will be expanding our ExtendScript DOM support in each version so this is on our list (no ETA when it will be released).
Copy link to clipboard
Copied
I see there's a new version out... any news on scripting in Audition, especially with regards to generate speech?
Copy link to clipboard
Copied
Bryce Bigger you're definitely on top of your game. While we've added a lot of functionality to our scripting DOM, we haven't yet added this. We're currently working on fleshing out more things for Multitrack access via scripting, and then generic effects objects will likely come next.
We also just updated our AMIO and Session SDK (on the developer page that can be found from the help menu) for the new release.
If you're on OS X, you can script a lot of that through command line options. Please try typing "man say" in the terminal for reference.

