Re: Os 9 SOunds
Re: Os 9 SOunds
- Subject: Re: Os 9 SOunds
- From: Mr Tea <email@hidden>
- Date: Fri, 12 Nov 2004 19:16:44 +0000
This from Gary Matheis - dated 12/11/04 2ยท21 pm:
> Is there a way to play OS 9 sounds in OS X and can it be played from an
> applescript ?
If they're the old 'system seven sound file' (sfil) format (used for alerts
etc pre OS X), you could do worse than download 'SystemSound Extension', a
freeware utility that effortlessly plays these files, and automatically
changes their default app from iTunes to itself. An added bonus is that the
sounds play 'in the finder' when double-clicked.
Using this in a script is simple...
tell app "SystemSound Extension" to open [sound file]
... wrapped in an 'ignoring application responses' block if you want the
script to carry on doing its stuff while the sound plays.
Another more scriptable alternative is 'PlaySound', written by a former
alumnus of this list (Jolly Roger). Either option will play those precious
'legacy' sound files - at least until you get round to batch-converting them
to aiffs with QT Pro. Find them on VersionTracker.
Nick
pp Mr Tea
--
_______________________________________________
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
References: | |
| >Os 9 SOunds (From: Gary Matheis <email@hidden>) |