Automatic Sound Player
Automatic Sound Player
- Subject: Automatic Sound Player
- From: Stephen Swift <email@hidden>
- Date: Wed, 14 May 2003 20:50:59 -0400
Hello all,
I need a program that will play a list of sound files at a given time. For
example:
00:00:00 SoundFile1 (30sec)
00:00:15 SoundFile2 (20sec)
00:00:30 SoundFile3 (10sec)
00:00:45 SoundFile4 (15sec)
Etc etc
I was thinking AppleScript would be a good way to do this. I was thinking
of having QuickTime open all the files and at the appropriate time play
them, but the problem it has to be exact down to the second--no delay. So
is the QuickTime/AppleScript a reliable solution?
You ask why don't I just make a sound file with all the little sound files
pasted in at the appropriate time? Well, it's a little more complex than
that. Sometimes the time the sound file must be run is unknown and has to
be initiated by the user. And that brings up another problem. When they
click "go" would there be any noticeable delay? Thanks
Stephen Swift
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.