On Fri, Apr 10, 2009 at 11:02 PM, BNig <[email protected]> wrote: > > --------------- > set myDesktop to (path to desktop) as text > set myfilePath to myDesktop & "myRecording.aif" > set myText to "What to say, this is a recorded message and nothing more" > say myText saving to file myfilePath > set myExportPath to myDesktop & "myRecording.wav" > set myPrefPath to myDesktop & "QTExportSettingWAV" > tell application "QuickTime Player" > open file myfilePath > export document 1 as wave replacing yes to file myExportPath using > settings > file myPrefPath > end tell > --------------- >
Brilliant! You'd never figure that out reading an AppleScript manual; you gotta love this List. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
