Copy paste in quicktime player.
Copy paste in quicktime player.
- Subject: Copy paste in quicktime player.
- From: TJ Marbois <email@hidden>
- Date: Mon, 31 Jan 2005 15:39:06 -0800
Title: Copy paste in quicktime player.
Hi
Im trying to concatenate a spoken audio file (ie one, two, three, four, etc...) to another audio file using Quicktime player.
I output the spoken text using this:
on makeAiff(x)
set the target_file to ((myFolder as text) & "VOCODED_OUTPUT:" & x & ".aiff")
say x using "Victoria" saving to target_file
end makeAiff
Now Id like to grab that file and open it via Quicktime player and concatenate another file to the end – and save out the whole thing....I try making target_file a global variable – then telling Quicktime Player to open target_file....the problem seems to be that it happens to fast...Speech hasn't yet output the file...like it needs a bit o delay.
Can someone suggest something?
Tj
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden