jblagden macrumors 65816 Original poster Aug 16, 2013 1,162 641 Oct 16, 2015 #1 I’d like to be able to have Automator convert text to an audio file. But I’d also like it to ask for a name to give the resulting audio file. How would I go about this?
I’d like to be able to have Automator convert text to an audio file. But I’d also like it to ask for a name to give the resulting audio file. How would I go about this?
K kryten2 macrumors 65816 Mar 17, 2012 1,115 99 Belgium Oct 16, 2015 #2 You can use an AppleScript variable. Something like this : Note : Tested on Mavericks. YMMV
enric0 macrumors newbie Oct 16, 2015 16 8 Italy Oct 17, 2015 #3 If it can help, I've wrote this applescript to convert a text file to audio. You choose input file and output file name with the standard dialogs. Attachments text-to-audio.scpt.zip 1.7 KB · Views: 98
If it can help, I've wrote this applescript to convert a text file to audio. You choose input file and output file name with the standard dialogs.